diff options
author | Michael Scherer <misc@mageia.org> | 2012-01-08 15:51:39 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-01-08 15:51:39 +0000 |
commit | 5b0ccd3e3e1c7d017f025168e608c045db3825d6 (patch) | |
tree | c057911639982b625032b980381ffbea84ae2d3b /modules | |
parent | a7571e86e9f6ad3fc924cb113a6167d7fae5d957 (diff) | |
download | puppet-5b0ccd3e3e1c7d017f025168e608c045db3825d6.tar puppet-5b0ccd3e3e1c7d017f025168e608c045db3825d6.tar.gz puppet-5b0ccd3e3e1c7d017f025168e608c045db3825d6.tar.bz2 puppet-5b0ccd3e3e1c7d017f025168e608c045db3825d6.tar.xz puppet-5b0ccd3e3e1c7d017f025168e608c045db3825d6.zip |
remove values already set by default
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/manifests/maintdb.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp index 022aed6b..ab04b3cf 100644 --- a/modules/buildsystem/manifests/maintdb.pp +++ b/modules/buildsystem/manifests/maintdb.pp @@ -39,9 +39,7 @@ class buildsystem { file { ["$dump","$dump.new", "$unmaintained","$unmaintained.new"]: - ensure => present, owner => $login, - mode => 644, require => File["/var/www/bs/data"], } |