diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-02-06 23:17:40 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-02-06 23:17:40 +0000 |
commit | e64bda45a88bed111c1cf69ab83ac8aadf3090f6 (patch) | |
tree | 99d3eb28b4376e4d7851ff02c705d6505e2ec213 /modules/bcd | |
parent | c55fd3152cd01f01a345c58199bc66754544fa29 (diff) | |
download | puppet-e64bda45a88bed111c1cf69ab83ac8aadf3090f6.tar puppet-e64bda45a88bed111c1cf69ab83ac8aadf3090f6.tar.gz puppet-e64bda45a88bed111c1cf69ab83ac8aadf3090f6.tar.bz2 puppet-e64bda45a88bed111c1cf69ab83ac8aadf3090f6.tar.xz puppet-e64bda45a88bed111c1cf69ab83ac8aadf3090f6.zip |
fix syntax
Diffstat (limited to 'modules/bcd')
-rw-r--r-- | modules/bcd/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bcd/manifests/init.pp b/modules/bcd/manifests/init.pp index d0e0e50a..44fbbbf3 100644 --- a/modules/bcd/manifests/init.pp +++ b/modules/bcd/manifests/init.pp @@ -22,7 +22,7 @@ class bcd { } file { "/var/lib/bcd": - ensure => directory + ensure => directory, owner => $bcd_login, group => $bcd_login, mode => 755, |