From: Julien Cristau Date: Mon, 7 Aug 2017 22:36:23 +0000 (-0400) Subject: One day I'll be able to rename things in all places rather than forgetting half of... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=aa4d0a02d6ef449f1137ffd23fb025181330ac19;p=mirror%2Fdsa-puppet.git One day I'll be able to rename things in all places rather than forgetting half of them --- diff --git a/modules/debian_org/manifests/init.pp b/modules/debian_org/manifests/init.pp index 622681369..416d3d061 100644 --- a/modules/debian_org/manifests/init.pp +++ b/modules/debian_org/manifests/init.pp @@ -251,8 +251,8 @@ class debian_org { owner => root, group => root, } - file { '/usr/local/bin/dsa-is-shutdown-in-progress': - source => 'puppet:///modules/debian_org/dsa-is-shutdown-in-progress', + file { '/usr/local/bin/dsa-is-shutdown-scheduled': + source => 'puppet:///modules/debian_org/dsa-is-shutdown-scheduled', mode => '0555', }