From b201a7db8051b8c8a2a033b4163a5dd0ad1dda08 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 19 Mar 2012 22:17:13 +0000 Subject: clean the module ssmtp --- modules/ssmtp/manifests/init.pp | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'modules/ssmtp') diff --git a/modules/ssmtp/manifests/init.pp b/modules/ssmtp/manifests/init.pp index 922a451e..fa4b94d2 100644 --- a/modules/ssmtp/manifests/init.pp +++ b/modules/ssmtp/manifests/init.pp @@ -1,13 +1,7 @@ class ssmtp { - package { ssmtp: - ensure => installed, - } + package { 'ssmtp': } - file { "ssmtp.conf": - path => "/etc/ssmtp/ssmtp.conf", - owner => root, - group => root, - mode => 644, - content => template("ssmtp/ssmtp.conf") + file { '/etc/ssmtp/ssmtp.conf': + content => template('ssmtp/ssmtp.conf') } } -- cgit v1.2.1