From a777b3bb29d406ac9d1a996ceb23f27dc7acdc5c Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 11 Jan 2012 18:04:28 -0200 Subject: socks is always present --- manifests/daemon.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/daemon.pp') diff --git a/manifests/daemon.pp b/manifests/daemon.pp index faed7c3..6bf4b17 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -93,7 +93,7 @@ class tor::daemon inherits tor { content => template('tor/torrc.socks.erb'), require => File["${tor::daemon::snippet_dir}"], notify => Exec["concat_${tor::daemon::config_file}"], - ensure => $ensure, + ensure => present, owner => 'debian-tor', group => 'debian-tor', mode => 0644, } } -- cgit v1.2.3