Puppet Class: zarafa::gateway::config
- Inherits:
- zarafa::gateway
- Defined in:
- manifests/gateway/config.pp
Overview
1 2 3 4 5 6 7 |
# File 'manifests/gateway/config.pp', line 1
class zarafa::gateway::config inherits zarafa::gateway {
file { "gateway-cfg":
path => "/etc/zarafa/gateway.cfg",
content => template("zarafa/gateway.cfg.erb"),
notify => Service["zarafa-gateway"]
}
}
|