summaryrefslogtreecommitdiff
path: root/manifests/egd/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-07-07 02:06:20 +0200
committermh <mh@immerda.ch>2011-07-07 02:06:36 +0200
commit50c377ccc2748aa8355fe0762341723bf45ae7db (patch)
tree6dc1fe27e9fb7d31ce98a5f4e6ef9acc752618dc /manifests/egd/debian.pp
parentdb9ae1e8e30a6065779b84194571a725b67eaf9c (diff)
downloadpuppet-ekeyd-50c377ccc2748aa8355fe0762341723bf45ae7db.tar.gz
puppet-ekeyd-50c377ccc2748aa8355fe0762341723bf45ae7db.tar.bz2
refactor egd to be multiple os capable
Diffstat (limited to 'manifests/egd/debian.pp')
-rw-r--r--manifests/egd/debian.pp6
1 files changed, 1 insertions, 5 deletions
diff --git a/manifests/egd/debian.pp b/manifests/egd/debian.pp
index e586e82..57550b0 100644
--- a/manifests/egd/debian.pp
+++ b/manifests/egd/debian.pp
@@ -1,7 +1,4 @@
-class ekeyd::egd::debian inherits ekeyd::egd {
- if ( $virtual == "vserver" ) {
- fail("This class shouldn't be included on vservers")
- }
+class ekeyd::egd::debian inherits ekeyd::egd::base {
Package["ekeyd-egd-linux"] {
ensure => $lsbdistcodename ? {
@@ -12,7 +9,6 @@ class ekeyd::egd::debian inherits ekeyd::egd {
Service["egd-linux"] {
name => 'ekeyd-egd-linux',
- ensure => running,
hasstatus => true,
subscribe => File["/etc/default/ekeyd-egd-linux"],
}