X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_base.pp;fp=modules%2Froles%2Fmanifests%2Fstatic_base.pp;h=95ad7d96213d61d3e7d7ce10640105aa61d9a038;hb=5e58debe8ae92c6372f3028535296818d341fc75;hp=8a92526601ed53cf2f6d0e791ba989e2aa443f28;hpb=1ad345a9e952fa70e16efba20ce63a310c8cf499;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_base.pp b/modules/roles/manifests/static_base.pp index 8a9252660..95ad7d962 100644 --- a/modules/roles/manifests/static_base.pp +++ b/modules/roles/manifests/static_base.pp @@ -18,6 +18,12 @@ class roles::static_base { source => 'puppet:///modules/roles/static-mirroring/staticsync-ssh-wrap', mode => '0555', } + + file { '/usr/local/bin/static-update-component': + source => 'puppet:///modules/roles/static-mirroring/static-update-component', + mode => '0555', + } + file { '/usr/local/bin/static-mirror-ssh-wrap': ensure => absent; } file { '/usr/local/bin/static-master-ssh-wrap': ensure => absent; }