This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
a8c70f6dde
zulip
/
tools
/
humbug-puppet-apply
4 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
puppet: Add tool to call puppet apply for the current machine type. (imported from commit 995f32d3daed69f8fc01e950f7c40fc71cdad684)
2013-05-31 21:04:49 +02:00
#!/bin/sh
humbug-puppet-apply: Pass through arguments like --noop to puppet. (imported from commit 3ec5c1402acd7910da399f420290c0269a12c525)
2013-06-12 22:15:31 +02:00
puppet apply -e "class {'humbug': machinetype => '$(cat /etc/humbug-machinetype)'}" "$@"