aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 23:26:04 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 23:26:04 +0000
commit8c4de9024f7b88b9c3af725cf571dec437043fa2 (patch)
treec3cb7545adf4edfee2a470502b9d807299fd0829 /modules/puppet
parent8f722ffae102063d4920c3f22243ba09d8bab902 (diff)
downloadpuppet-8c4de9024f7b88b9c3af725cf571dec437043fa2.tar
puppet-8c4de9024f7b88b9c3af725cf571dec437043fa2.tar.gz
puppet-8c4de9024f7b88b9c3af725cf571dec437043fa2.tar.bz2
puppet-8c4de9024f7b88b9c3af725cf571dec437043fa2.tar.xz
puppet-8c4de9024f7b88b9c3af725cf571dec437043fa2.zip
fix dependency problem due to last commit
Diffstat (limited to 'modules/puppet')
-rw-r--r--modules/puppet/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/puppet/manifests/init.pp b/modules/puppet/manifests/init.pp
index efef3eec..82d7ddeb 100644
--- a/modules/puppet/manifests/init.pp
+++ b/modules/puppet/manifests/init.pp
@@ -34,7 +34,7 @@ class puppet {
service { puppetmaster:
ensure => running,
path => "/etc/init.d/puppetmaster",
- subscribe => [ Package[puppet-server], File["puppet.conf"]]
+ subscribe => [ Package[puppet-server], File["/etc/puppet/puppet.conf"]]
}
file { "/etc/puppet/extdata":