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