aboutsummaryrefslogtreecommitdiff
path: root/modules/ovh_cleanup/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ovh_cleanup/manifests/init.pp')
-rw-r--r--modules/ovh_cleanup/manifests/init.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/ovh_cleanup/manifests/init.pp b/modules/ovh_cleanup/manifests/init.pp
index 0704cf9..b7ecb50 100644
--- a/modules/ovh_cleanup/manifests/init.pp
+++ b/modules/ovh_cleanup/manifests/init.pp
@@ -21,6 +21,9 @@ class ovh_cleanup {
21 file { '/etc/pacman.d/gnupg': 21 file { '/etc/pacman.d/gnupg':
22 ensure => 'present', 22 ensure => 'present',
23 } 23 }
24 file { '/usr/bin/growpart':
25 ensure => 'absent',
26 }
24 file { '/usr/bin/reanimate-pacman': 27 file { '/usr/bin/reanimate-pacman':
25 ensure => 'absent', 28 ensure => 'absent',
26 require => File['/etc/pacman.d/gnupg'], 29 require => File['/etc/pacman.d/gnupg'],
@@ -39,6 +42,14 @@ class ovh_cleanup {
39 file { '/etc/resolv.conf.pacorig': 42 file { '/etc/resolv.conf.pacorig':
40 ensure => 'absent' 43 ensure => 'absent'
41 } 44 }
45 package { 'haveged':
46 ensure => 'absent',
47 uninstall_options => [ '-s', '-c']
48 }
49 package { 'parted':
50 ensure => 'absent',
51 uninstall_options => [ '-s', '-c']
52 }
42 53
43 54
44 file { '/etc/udev/rules.d/80-net-setup-link.rules': 55 file { '/etc/udev/rules.d/80-net-setup-link.rules':