diff options
Diffstat (limited to 'manifests/puppetmaster')
-rw-r--r-- | manifests/puppetmaster/debian.pp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/puppetmaster/debian.pp b/manifests/puppetmaster/debian.pp index 20ac997..bcbee9b 100644 --- a/manifests/puppetmaster/debian.pp +++ b/manifests/puppetmaster/debian.pp @@ -1,11 +1,4 @@ # manifests/puppetmaster/debian.pp class puppet::puppetmaster::debian inherits puppet::puppetmaster::package { - - Package['puppet-server'] { - name => 'puppetmaster', - alias => 'puppet-server', - } - } - |