mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
puppet apply -e "class {'zulip': machinetype => '$(cat /etc/humbug-machinetype)'}" "$@"
|