mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +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)'}" "$@"
|