aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 15:51:39 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 15:51:39 +0000
commit5b0ccd3e3e1c7d017f025168e608c045db3825d6 (patch)
treec057911639982b625032b980381ffbea84ae2d3b /modules/buildsystem/manifests
parenta7571e86e9f6ad3fc924cb113a6167d7fae5d957 (diff)
downloadpuppet-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/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/maintdb.pp2
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"],
}