Fixed puppet::client for OpenBSD 4.9.
This commit is contained in:
parent
63de2539b7
commit
76121fef9a
2 changed files with 24 additions and 0 deletions
|
@ -31,6 +31,18 @@ class puppet::client {
|
|||
before => Service["puppet"],
|
||||
}
|
||||
}
|
||||
openbsd: {
|
||||
if $operatingsystemrelease == "4.9" {
|
||||
file { "/etc/rc.d/puppetd":
|
||||
ensure => present,
|
||||
source => "puppet:///modules/puppet/puppetd.rc",
|
||||
mode => 0755,
|
||||
owner => "root",
|
||||
group => "wheel",
|
||||
before => Service["puppet"],
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
file { "/etc/puppet/puppet.conf":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue