Allow 82.195.75.84 on schroeder - this will not scale for long
[mirror/dsa-puppet.git] / modules / monit / manifests / init.pp
index 5e1ebe0..cad4319 100644 (file)
@@ -11,7 +11,7 @@ class monit {
           ;
 
         "/etc/monit/monitrc":
-          source  => "puppet:///monit/monitrc",
+          content => template("monit/monitrc.erb"),
           require => Package["monit"],
           notify  => Exec["monit restart"],
           mode    => 400
@@ -40,7 +40,7 @@ class monit {
           ;
 
         "/etc/default/monit":
-          source  => "puppet:///monit/default",
+          content => template("monit/default.erb"),
           require => Package["monit"],
           notify  => Exec["monit restart"]
           ;
@@ -51,3 +51,6 @@ class monit {
     }
 }
 
+# vim:set et:
+# vim:set sts=4 ts=4:
+# vim:set shiftwidth=4: