summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorGilles Dubreuil <gilles@redhat.com>2014-05-07 15:45:40 +1000
committerJames Shubin <james@shubin.ca>2014-05-07 12:52:05 -0400
commit47cff2cd289114942cf083df69a043afad8a4c00 (patch)
treefc2f59d135d5bef56159a1a3af900617abc8506c /manifests
parent6acf27786ab210483b1e302b32b6812cc1ffb9e4 (diff)
downloadpuppet-gluster-47cff2cd289114942cf083df69a043afad8a4c00.tar.gz
puppet-gluster-47cff2cd289114942cf083df69a043afad8a4c00.tar.xz
puppet-gluster-47cff2cd289114942cf083df69a043afad8a4c00.zip
Comma fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/params.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 4fe4e8f..9eeda09 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -71,7 +71,7 @@ class gluster::params(
}
# create a custom external fact!
file { "${factbase}gluster_program.yaml":
- content => inline_template('<%= @hash.to_yaml %>')
+ content => inline_template('<%= @hash.to_yaml %>'),
owner => root,
group => root,
mode => 644, # u=rw,go=r