From 7f8d0f89d6e2a93fdff509b4cc443be5819e3dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 28 Jun 2018 12:24:34 +0200 Subject: Remove cleanup files --- modules/base_installation/manifests/cleanup.pp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'modules/base_installation') diff --git a/modules/base_installation/manifests/cleanup.pp b/modules/base_installation/manifests/cleanup.pp index 96aaa6b..61a9c8c 100644 --- a/modules/base_installation/manifests/cleanup.pp +++ b/modules/base_installation/manifests/cleanup.pp @@ -1,20 +1,4 @@ class base_installation::cleanup inherits base_installation { # This class contains temporary classes used to cleanup old stuff # after refactoring - - cron { "puppet-pull-apply": - ensure => absent; - "puppet-apply": - ensure => absent; - "puppet-apply-reboot": - ensure => absent; - "pacman_keys": - ensure => absent; - "backup": - ensure => absent; - "py-cryptoportfolio-before": - ensure => absent; - "py-cryptoportfolio-after": - ensure => absent; - } } -- cgit v1.2.3