Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Comma fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gildub authored and purpleidea committed May 7, 2014
1 parent 6acf277 commit 47cff2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
# 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
Expand Down

0 comments on commit 47cff2c

Please sign in to comment.