diff options
author | mh <mh@immerda.ch> | 2014-06-28 19:51:26 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2014-06-28 19:51:26 +0200 |
commit | 5d8c24d7df0b7078eaa6b4a6a697bd2c6d1301c9 (patch) | |
tree | 4c77ac9cf9decc3939cb2c1460736a146ce17dfe | |
parent | 9d2e1f795ed699151eab5920495e20c5a371bea1 (diff) |
now all puppet version have a status
-rw-r--r-- | manifests/debian.pp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp index 70f8161..67a90cc 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -9,19 +9,6 @@ class puppet::debian inherits puppet::linux { owner => root, group => 0, mode => 0644; } - case $::lsbdistcodename { - squeeze,sid: { - $puppet_hasstatus = true - } - default: { - $puppet_hasstatus = false - } - } - - Service[puppet]{ - hasstatus => $puppet_hasstatus, - } - package{ 'puppet-common': ensure => $puppet::ensure_version, } |