puppet: Fixed puppet agent service for Fedora 21.
This commit is contained in:
parent
edba34ca1f
commit
8070e7d566
1 changed files with 3 additions and 2 deletions
|
@ -92,8 +92,9 @@ class puppet::client {
|
|||
"fedora": {
|
||||
service { "puppet":
|
||||
name => $::operatingsystemrelease ? {
|
||||
/^1[0-8]/ => "puppet",
|
||||
default => "puppetagent",
|
||||
"19" => "puppetagent",
|
||||
"20" => "puppetagent",
|
||||
default => "puppet",
|
||||
},
|
||||
enable => true,
|
||||
restart => $::puppetversion ? {
|
||||
|
|
Loading…
Add table
Reference in a new issue