fixing kannel

This commit is contained in:
Ciaby 2014-07-14 21:07:47 -05:00
parent f01793119d
commit ad42b89d21

View file

@ -11,7 +11,7 @@
# Sample Usage:
#
class kannel (
$kannel_bind_address = hiera('rhizo::vpn_address')
$kannel_bind_address = hiera('rhizo::vpn_ip_address')
) {
package { 'kannel':
@ -20,7 +20,7 @@ class kannel (
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'],
}