Skip to content

Commit

Permalink
Revert "neither the EPEL nor RPMforge packages provide a "certmasterd…
Browse files Browse the repository at this point in the history
…" service, but rather a "certmaster""

This reverts commit 3562ef2.
  • Loading branch information
hakamadare committed Feb 1, 2011
1 parent b61ea5d commit d209264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/func/manifests/overlord.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ensure => $certmaster_version;
}

service { "certmaster":
service { "certmasterd":
ensure => "running",
enable => "true",
require => Package["certmaster"],
Expand Down Expand Up @@ -37,7 +37,7 @@
}

Augeas {
notify => Service["certmaster"],
notify => Service["certmasterd"],
require => File["/usr/share/augeas/lenses/funccertmaster.aug"],
context => "/files/etc/certmaster/certmaster.conf/main",
}
Expand Down

0 comments on commit d209264

Please sign in to comment.