]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Ensure fetchmail is not a service
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 21 Feb 2013 17:39:02 +0000 (14:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 21 Feb 2013 17:39:02 +0000 (14:39 -0300)
manifests/subsystems/utils/network.pp

index eb6f9f681cc2ee3e4bdc3ac3fc7ac8563b12977e..b0dc941ac9d819e15a89a833041bc74597211eef 100644 (file)
@@ -55,6 +55,13 @@ class utils::network inherits utils::network::minimal {
     ensure => installed,
   }
 
+  # Fix: ensure that fetchmail is not a service
+  service { 'fetchmail':
+    ensure  => stopped,
+    enable  => false,
+    require => Package['fetchmail'],
+  }
+
   # Old packages
   # About firegpg, see http://tails.boum.org/bugs/FireGPG_may_be_unsafe/
   package { [ 'silc', 'twinkle', 'konqueror', 'transmission', 'amule', 'epiphany-browser',