aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-28 12:25:52 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-28 12:25:52 +0200
commit417ffb62ee8c654bb6d2910edf3fda0552c444fa (patch)
tree490499d1195e618d8d039659250ecc6595006c2e /modules/base_installation
parentea29cb9e07cf11278c97b74aab0688b04fd90f83 (diff)
parent7f8d0f89d6e2a93fdff509b4cc443be5819e3dd3 (diff)
downloadPuppet-417ffb62ee8c654bb6d2910edf3fda0552c444fa.tar.gz
Puppet-417ffb62ee8c654bb6d2910edf3fda0552c444fa.tar.zst
Puppet-417ffb62ee8c654bb6d2910edf3fda0552c444fa.zip
Merge branch 'dev'
Diffstat (limited to 'modules/base_installation')
-rw-r--r--modules/base_installation/manifests/cleanup.pp16
1 files changed, 0 insertions, 16 deletions
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 @@
1class base_installation::cleanup inherits base_installation { 1class base_installation::cleanup inherits base_installation {
2 # This class contains temporary classes used to cleanup old stuff 2 # This class contains temporary classes used to cleanup old stuff
3 # after refactoring 3 # after refactoring
4
5 cron { "puppet-pull-apply":
6 ensure => absent;
7 "puppet-apply":
8 ensure => absent;
9 "puppet-apply-reboot":
10 ensure => absent;
11 "pacman_keys":
12 ensure => absent;
13 "backup":
14 ensure => absent;
15 "py-cryptoportfolio-before":
16 ensure => absent;
17 "py-cryptoportfolio-after":
18 ensure => absent;
19 }
20} 4}