mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-02 13:03:32 +00:00
9 lines
248 B
Puppet
9 lines
248 B
Puppet
class zulip::camo {
|
|
$camo_packages = [# Needed for camo
|
|
"nodejs",
|
|
"camo",
|
|
]
|
|
package { $camo_packages: ensure => "installed" }
|
|
# The configuration file is generated at install time
|
|
}
|