From 47cff2cd289114942cf083df69a043afad8a4c00 Mon Sep 17 00:00:00 2001 From: Gilles Dubreuil Date: Wed, 7 May 2014 15:45:40 +1000 Subject: Comma fix --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit