From: Peter Palfrader Date: Sun, 15 Sep 2019 17:07:53 +0000 (+0200) Subject: the linter only wants 4-digit modes X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=f874b2cd06b2b950a555c62e6fbae9fdfc8d2309;hp=36a5952c31ae532799db9755708737cdba386a6b;p=mirror%2Fdsa-puppet.git the linter only wants 4-digit modes --- diff --git a/modules/roles/manifests/snapshot_shell.pp b/modules/roles/manifests/snapshot_shell.pp index 6dc54cb5b..a832c9fc2 100644 --- a/modules/roles/manifests/snapshot_shell.pp +++ b/modules/roles/manifests/snapshot_shell.pp @@ -14,12 +14,12 @@ class roles::snapshot_shell { ensure => directory, owner => 'root', group => 'debadmin', - mode => '02775', + mode => '2775', } file { '/srv/ftp-master.debian.org/home': ensure => directory, owner => 'dak', group => 'debadmin', - mode => '02755', + mode => '2755', } }