aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d44a218..d5358b5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -29,18 +29,21 @@ class monkeysphere inherits monkeysphere::defaults {
mode => 644,
ensure => present,
content => template("monkeysphere/monkeysphere.conf.erb"),
+ require => Package['monkeysphere'],
}
file { "monkeysphere_host_conf":
path => "/etc/monkeysphere/monkeysphere-host.conf",
mode => 644,
ensure => present,
content => template("monkeysphere/monkeysphere-host.conf.erb"),
+ require => Package['monkeysphere'],
}
file { "monkeysphere_authentication_conf":
path => "/etc/monkeysphere/monkeysphere-authentication.conf",
mode => 644,
ensure => present,
content => template("monkeysphere/monkeysphere-authentication.conf.erb"),
+ require => Package['monkeysphere'],
}
# This was the old way which the module checked monkeysphere keys