add salt-master flavor.

This commit is contained in:
Tim Miller 2012-11-19 14:18:33 -08:00
parent fb426153f4
commit 4e6ca85e8f
7 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
set -e
set -o xtrace
apt-get -y install salt-master

View File

@ -0,0 +1 @@
Adds salt-master, a config-management tool, to the image.

View File

@ -0,0 +1 @@
Adds salt-minion, a config-management tool, to the image.

View File

@ -0,0 +1,8 @@
#!/bin/bash
# Add the salt PPA
set -e
set -o xtrace
add-apt-repository -y ppa:saltstack/salt

View File

@ -1 +0,0 @@
Adds salt, a config-management tool, to the image.