mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
This makes for easier tab-completion, and also is a bit more explicit about the expected consumer.
8 lines
138 B
Puppet
8 lines
138 B
Puppet
class kandra::camo {
|
|
class { 'zulip::camo':
|
|
listen_address => '0.0.0.0',
|
|
}
|
|
|
|
kandra::firewall_allow { 'camo': port => '9292' }
|
|
}
|