fixing kannel
This commit is contained in:
parent
f01793119d
commit
ad42b89d21
1 changed files with 3 additions and 3 deletions
|
@ -11,16 +11,16 @@
|
|||
# Sample Usage:
|
||||
#
|
||||
class kannel (
|
||||
$kannel_bind_address = hiera('rhizo::vpn_address')
|
||||
$kannel_bind_address = hiera('rhizo::vpn_ip_address')
|
||||
) {
|
||||
|
||||
package { 'kannel':
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
|
||||
file { '/etc/kannel/kannel.conf':
|
||||
ensure => present,
|
||||
content => template("kannel/kannel.conf.erb"),
|
||||
content => template('kannel/kannel.conf.erb'),
|
||||
require => Package['kannel'],
|
||||
notify => Service['kannel'],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue