diff options
| author | Gilles Dubreuil <gilles@redhat.com> | 2014-05-07 15:45:40 +1000 |
|---|---|---|
| committer | James Shubin <james@shubin.ca> | 2014-05-07 12:52:05 -0400 |
| commit | 47cff2cd289114942cf083df69a043afad8a4c00 (patch) | |
| tree | fc2f59d135d5bef56159a1a3af900617abc8506c | |
| parent | 6acf27786ab210483b1e302b32b6812cc1ffb9e4 (diff) | |
| download | puppet-gluster-47cff2cd289114942cf083df69a043afad8a4c00.tar.gz puppet-gluster-47cff2cd289114942cf083df69a043afad8a4c00.tar.xz puppet-gluster-47cff2cd289114942cf083df69a043afad8a4c00.zip | |
Comma fix
| -rw-r--r-- | manifests/params.pp | 2 |
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 |
