mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
puppet apply -e "class {'humbug': machinetype => '$(cat /etc/humbug-machinetype)'}" "$@"
|