X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Finit.pp;h=ca56ab071fdb40e30a9e7d227c18cd40646e1038;hb=959416a714bc32f239c4ca659cf22992c910780f;hp=cf658fc5885f72714682c0654b6155802ca15e39;hpb=a68ac2a388955f929b49474adfc31c2bf985258b;p=dsa-puppet.git diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index cf658fc5..ca56ab07 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -17,68 +17,6 @@ class ganeti2 { ensure => installed } - package { 'ganeti-instance-debootstrap': - ensure => installed - } - - package { 'ganeti-htools': - ensure => installed - } - - if $drbd { - package { 'drbd8-utils': - ensure => installed - } - } site::linux_module { 'tun': } - - file { - '/etc/ganeti/instance-debootstrap/variants.list': - content => template('ganeti2/instance-debootstrap/variants.list.erb'), - require => Package['ganeti-instance-debootstrap'], - ; - '/etc/ganeti/instance-debootstrap/variants/dsa.conf': - content => template('ganeti2/instance-debootstrap/variants/dsa.conf.erb'), - require => Package['ganeti-instance-debootstrap'], - ; - '/etc/ganeti/instance-debootstrap/variants/dsa-wheezy.conf': - content => template('ganeti2/instance-debootstrap/variants/dsa-wheezy.conf.erb'), - require => Package['ganeti-instance-debootstrap'], - ; - '/etc/ganeti/instance-debootstrap/hooks/00-dsa-configure-networking': - content => template('ganeti2/instance-debootstrap/hooks/00-dsa-configure-networking.erb'), - require => Package['ganeti-instance-debootstrap'], - mode => '0555', - ; - '/etc/ganeti/instance-debootstrap/hooks/10-dsa-install-extra-packages': - content => template('ganeti2/instance-debootstrap/hooks/10-dsa-install-extra-packages.erb'), - require => Package['ganeti-instance-debootstrap'], - mode => '0555', - ; - '/etc/ganeti/instance-debootstrap/hooks/20-dsa-install-bootloader': - content => template('ganeti2/instance-debootstrap/hooks/20-dsa-install-bootloader.erb'), - require => Package['ganeti-instance-debootstrap'], - mode => '0555', - ; - '/etc/ganeti/instance-debootstrap/hooks/30-dsa-install-ssh-keys': - content => template('ganeti2/instance-debootstrap/hooks/30-dsa-install-ssh-keys.erb'), - require => Package['ganeti-instance-debootstrap'], - mode => '0555', - ; - '/etc/ganeti/instance-debootstrap/hooks/40-dsa-setup-swapfile': - content => template('ganeti2/instance-debootstrap/hooks/40-dsa-setup-swapfile.erb'), - require => Package['ganeti-instance-debootstrap'], - mode => '0555', - ; - '/etc/ganeti/instance-debootstrap/hooks/clear-root-password': - require => Package['ganeti-instance-debootstrap'], - mode => '0444', - ; - '/etc/ganeti/instance-debootstrap/hooks/xen-hvc0': - require => Package['ganeti-instance-debootstrap'], - mode => '0444', - ; - } - }