mirror of https://github.com/zulip/zulip.git
4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
puppet apply -e "class {'humbug': machinetype => '$(cat /etc/humbug-machinetype)'}"
|