From: Peter Palfrader Date: Mon, 23 Sep 2019 06:00:23 +0000 (+0200) Subject: lw08 runs the derivatives consensus X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3fdbdc914c0756335c344b1393925d641b8d5d15;hp=f69e73e66ad8aff78771a18fd6203c1d6039f1f9;p=mirror%2Fdsa-puppet.git lw08 runs the derivatives consensus --- diff --git a/data/nodes/lw08.debian.org.yaml b/data/nodes/lw08.debian.org.yaml index d1e282a78..d3947f1b8 100644 --- a/data/nodes/lw08.debian.org.yaml +++ b/data/nodes/lw08.debian.org.yaml @@ -1,3 +1,4 @@ --- classes: + - roles::deriv - roles::snapshot_shell diff --git a/modules/roles/manifests/deriv.pp b/modules/roles/manifests/deriv.pp new file mode 100644 index 000000000..2d15e3fcc --- /dev/null +++ b/modules/roles/manifests/deriv.pp @@ -0,0 +1,5 @@ +# deriv.debian.net -- deriv census +class roles::deriv { + include apache2 + package { 'debian.org-deriv.debian.net': ensure => installed, } +}