From 5d8c24d7df0b7078eaa6b4a6a697bd2c6d1301c9 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 28 Jun 2014 19:51:26 +0200 Subject: now all puppet version have a status --- manifests/debian.pp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'manifests') 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, } -- cgit v1.2.3