summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetmaster/debian.pp')
-rw-r--r--manifests/puppetmaster/debian.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/puppetmaster/debian.pp b/manifests/puppetmaster/debian.pp
new file mode 100644
index 0000000..20ac997
--- /dev/null
+++ b/manifests/puppetmaster/debian.pp
@@ -0,0 +1,11 @@
+# manifests/puppetmaster/debian.pp
+
+class puppet::puppetmaster::debian inherits puppet::puppetmaster::package {
+
+ Package['puppet-server'] {
+ name => 'puppetmaster',
+ alias => 'puppet-server',
+ }
+
+}
+