From d86c744776b80deae3a009bf7808338b1498e63f Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Tue, 12 May 2015 16:42:40 +0300 Subject: [PATCH] abusehelper, abusesa: Don't replace .profile for botnet users --- abusehelper/manifests/init.pp | 1 + abusesa/manifests/init.pp | 1 + 2 files changed, 2 insertions(+) diff --git a/abusehelper/manifests/init.pp b/abusehelper/manifests/init.pp index 34cc401..6575028 100644 --- a/abusehelper/manifests/init.pp +++ b/abusehelper/manifests/init.pp @@ -113,6 +113,7 @@ class abusehelper( file { '/var/lib/ah2/.profile': ensure => present, + replace => false, mode => '0600', owner => 'abusehel', group => 'abusehel', diff --git a/abusesa/manifests/init.pp b/abusesa/manifests/init.pp index 4465706..6a8279b 100644 --- a/abusesa/manifests/init.pp +++ b/abusesa/manifests/init.pp @@ -44,6 +44,7 @@ class abusesa( file { '/var/lib/abusesa/.profile': ensure => present, + replace => false, mode => '0600', owner => 'abusesa', group => 'abusesa',