zulip/tools/humbug-puppet-apply
Tim Abbott f0f8ce957a humbug-puppet-apply: Pass through arguments like --noop to puppet.
(imported from commit 3ec5c1402acd7910da399f420290c0269a12c525)
2013-06-12 17:19:33 -04:00

4 lines
100 B
Bash
Executable File

#!/bin/sh
puppet apply -e "class {'humbug': machinetype => '$(cat /etc/humbug-machinetype)'}" "$@"