Fixing puppet-lint errors.
This commit is contained in:
parent
2f83cb7d4a
commit
34c36045fa
59 changed files with 995 additions and 990 deletions
|
@ -15,7 +15,7 @@ class func::minion {
|
|||
require => Package["func"],
|
||||
notify => Service["funcd"],
|
||||
}
|
||||
|
||||
|
||||
file { "/etc/pki/certmaster/${hostname}.pem":
|
||||
ensure => present,
|
||||
source => "${puppet_ssldir}/private_keys/${fqdn}.pem",
|
||||
|
@ -43,7 +43,7 @@ class func::minion {
|
|||
require => Package["func"],
|
||||
notify => Service["funcd"],
|
||||
}
|
||||
|
||||
|
||||
service { "funcd":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
|
@ -94,5 +94,5 @@ class func::server inherits func::minion {
|
|||
group => root,
|
||||
require => Package["func"],
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue