Add a puppet element.

Currently just installs the puppet package. This
will be a requirement for the puppet-modules package.

Change-Id: Iddf86e8ccb196b6c54288784384d9bb367523532
This commit is contained in:
Dan Prince 2014-10-23 10:28:24 -04:00
parent 7576296b6c
commit f990b498b6
4 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Installs the the Puppet package.
Configuration
-------------
None.

View File

@ -0,0 +1 @@
pkg-map

View File

@ -0,0 +1,4 @@
#!/bin/bash
set -eux
install-packages -m puppet puppet_package

5
elements/puppet/pkg-map Normal file
View File

@ -0,0 +1,5 @@
{
"default": {
"puppet_package": "puppet"
}
}