config update, oops

This commit is contained in:
2017-04-11 08:09:50 -04:00
parent ac7bfa7320
commit eec74f16e6
9 changed files with 128 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
distro = 'centos linux'
pybin = '/usr/bin/python'
script['pre'] = """#!/bin/bash
touch /root/BDISK
"""
script['post'] = """#!/bin/bash
rm -f /root/BDISK
"""
pkg['pre'] = ['yum', 'makecache']
pkg['install'] = ['yum', '-y', 'install', '%PKG%']
pkg['check'] = ['rpm', '-qi', '%PKG']