Matanya has uploaded a new change for review. https://gerrit.wikimedia.org/r/138277
Change subject: access_new_install: minor lint ...................................................................... access_new_install: minor lint Change-Id: I7ff1a3aff4ba11a5d342dfc58b7b1f96777aa22f --- M manifests/role/access_new_install.pp 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/77/138277/1 diff --git a/manifests/role/access_new_install.pp b/manifests/role/access_new_install.pp index 60bf70d..ab761dd 100644 --- a/manifests/role/access_new_install.pp +++ b/manifests/role/access_new_install.pp @@ -3,15 +3,15 @@ # This key is dangerous, do not deploy widely! class role::access_new_install { file { '/root/.ssh/new_install': - owner => root, - group => root, + owner => 'root', + group => 'root', mode => '0400', - source => 'puppet:///private/ssh/new_install/new_install'; + source => 'puppet:///private/ssh/new_install/new_install', } file { '/root/.ssh/new_install.pub': - owner => root, - group => root, + owner => 'root', + group => 'root', mode => '0444', - source => 'puppet:///private/ssh/new_install/new_install.pub'; + source => 'puppet:///private/ssh/new_install/new_install.pub', } } -- To view, visit https://gerrit.wikimedia.org/r/138277 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7ff1a3aff4ba11a5d342dfc58b7b1f96777aa22f Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Matanya <mata...@foss.co.il> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits