From d293575b40ad98fd9dd050513cf961629357ff79 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Feb 2013 14:39:02 -0300 Subject: Ensure fetchmail is not a service --- manifests/subsystems/utils/network.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'manifests') diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp index eb6f9f6..b0dc941 100644 --- a/manifests/subsystems/utils/network.pp +++ b/manifests/subsystems/utils/network.pp @@ -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', -- cgit v1.2.3