Migrate os-*-config to package-installs v2

Migrate all the os-*-config elements to package-installs v2.

Change-Id: I9e48a021faa3dde7789a788618e96612e85eb0c4
This commit is contained in:
James Slagle 2015-03-01 14:19:30 -05:00
parent 404ba2f84f
commit 25509120b4
12 changed files with 16 additions and 16 deletions

View File

@ -0,0 +1,2 @@
os-apply-config:
installtype: package

View File

@ -1,6 +0,0 @@
#!/bin/bash
set -eux
set -o pipefail
install-packages os-cloud-config

View File

@ -0,0 +1,2 @@
os-cloud-config:
installtype: package

View File

@ -1,5 +0,0 @@
build-essential
libxml2-dev
libz-dev
libxslt-dev
python-dev

View File

@ -0,0 +1,7 @@
os-collect-config:
installtype: package
build-essential:
libxml2-dev:
libz-dev:
libxslt-dev:
python-dev:

View File

@ -0,0 +1,2 @@
os-net-config:
installtype: package

View File

@ -0,0 +1,3 @@
jq:
os-refresh-config:
installtype: package