]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/ovh_cleanup/manifests/init.pp
Ovh cleanup
[perso/Immae/Projets/Puppet.git] / modules / ovh_cleanup / manifests / init.pp
index 0704cf97bc868b24dadbd3a9d90b5f3873a3146e..b7ecb500a0f8ca136a71bdf7fa956327558cc815 100644 (file)
@@ -21,6 +21,9 @@ class ovh_cleanup {
     file { '/etc/pacman.d/gnupg':
       ensure => 'present',
     }
+    file { '/usr/bin/growpart':
+      ensure  => 'absent',
+    }
     file { '/usr/bin/reanimate-pacman':
       ensure  => 'absent',
       require => File['/etc/pacman.d/gnupg'],
@@ -39,6 +42,14 @@ class ovh_cleanup {
     file { '/etc/resolv.conf.pacorig':
       ensure => 'absent'
     }
+    package { 'haveged':
+      ensure => 'absent',
+      uninstall_options => [ '-s', '-c']
+    }
+    package { 'parted':
+      ensure => 'absent',
+      uninstall_options => [ '-s', '-c']
+    }
 
 
     file { '/etc/udev/rules.d/80-net-setup-link.rules':