summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-05-12 16:25:29 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-05-12 16:25:29 -0400
commit80ad4d09e674b44e096f21c5713f355d31b16f1d (patch)
tree8e5131f2448de8bc79b03aaa61a465130a696223
parent5c158f06292d8b15cbe08d43ee36b08c30048569 (diff)
remove package name override, not needed anymore
-rw-r--r--manifests/puppetmaster/debian.pp7
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',
- }
-
}
-