Fixed depencies from func minion config file.
This commit is contained in:
parent
c27cf52ba9
commit
d0c52a606a
1 changed files with 8 additions and 7 deletions
|
@ -6,13 +6,14 @@ class func::minion {
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "/etc/func/minion.conf":
|
file { "/etc/func/minion.conf":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => [ "puppet:///files/func/minion.conf",
|
source => [ "puppet:///files/func/minion.conf",
|
||||||
"puppet:///func/minion.conf", ],
|
"puppet:///func/minion.conf", ],
|
||||||
mode => 0644,
|
mode => 0644,
|
||||||
owner => root,
|
owner => root,
|
||||||
group => root,
|
group => root,
|
||||||
notify => Service["funcd"],
|
require => Package["func"],
|
||||||
|
notify => Service["funcd"],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "/etc/pki/certmaster/${hostname}.pem":
|
file { "/etc/pki/certmaster/${hostname}.pem":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue