Broken kannel module... ooops :)
This commit is contained in:
parent
dbb3cca450
commit
61ebefbf1a
1 changed files with 0 additions and 2 deletions
|
@ -22,13 +22,11 @@ class kannel (
|
||||||
ensure => present,
|
ensure => present,
|
||||||
content => template('kannel/kannel.conf.erb'),
|
content => template('kannel/kannel.conf.erb'),
|
||||||
require => Package['kannel'],
|
require => Package['kannel'],
|
||||||
notify => Service['kannel'],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/etc/default/kannel':
|
file { '/etc/default/kannel':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => ['puppet:///modules/kannel/kannel-default'],
|
source => ['puppet:///modules/kannel/kannel-default'],
|
||||||
notify => Service['kannel'],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue