
To help people get started running this puppet, let's provide a set of DIB elements and libvirt templates to help set up a mock development environment. Change-Id: Ife8e253ba0429bedb924fde5a12f5be9e23dc163
7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
/opt/system-config/production/install_puppet.sh
|
|
/opt/system-config/production/install_modules.sh
|