blob: 0a96e4972316b9cc8e78eda3c8878e84a41cc1f9 [file] [log] [blame]
#!/bin/sh
cd /root/chef-solo || exit $?
chef-solo -c solo.rb -E "${ENVNAME}"
rc=$?
if [ $rc != 0 ]; then exit $rc; fi