diff options
author | varac <varacanero@zeromail.org> | 2010-07-14 02:29:10 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2010-07-14 02:29:10 +0200 |
commit | 49269904cbedbe62a9f9bb472ba7b5a316d2effa (patch) | |
tree | 473263b26fdb525e7e7c90efbf919b9d3f02dd99 /manifests/puppetmaster/debian.pp | |
parent | fc72cbc8a9d09b2d305df061dfc74cc960610d85 (diff) | |
parent | 0f0434a582c1f3bd274a79e51ab34a2f4887e659 (diff) |
Merge remote branch 'shared-modules/master'
Diffstat (limited to 'manifests/puppetmaster/debian.pp')
-rw-r--r-- | manifests/puppetmaster/debian.pp | 11 |
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', + } + +} + |