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
5dda9a5816
zulip
/
tools
/
zulip-puppet-apply
4 lines
99 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
Rename humbug puppet module to zulip. (imported from commit 7ed2a40439a48f4ef47932b345b9fac1a76cbb58)
2013-08-06 21:52:36 +02:00
puppet apply -e "class {'zulip': machinetype => '$(cat /etc/humbug-machinetype)'}" "$@"