Matanya has uploaded a new change for review.
https://gerrit.wikimedia.org/r/195650
Change subject: bastionhost: resource attributes quoting
......................................................................
bastionhost: resource attributes quoting
bug: T91908
Change-Id: Id84ca8c17a9fd5f6f1d7920b3f0de08214782880
---
M modules/bastionhost/manifests/init.pp
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/50/195650/1
diff --git a/modules/bastionhost/manifests/init.pp
b/modules/bastionhost/manifests/init.pp
index bc1078d..aac7fcd 100644
--- a/modules/bastionhost/manifests/init.pp
+++ b/modules/bastionhost/manifests/init.pp
@@ -1,14 +1,14 @@
# bastion hosts
class bastionhost {
package { [ 'irssi', 'traceroute-nanog' ]:
- ensure => absent,
+ ensure => 'absent',
}
package { 'traceroute':
- ensure =>latest,
+ ensure => 'latest',
}
package { 'mosh':
- ensure => present,
+ ensure => 'present',
}
}
--
To view, visit https://gerrit.wikimedia.org/r/195650
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id84ca8c17a9fd5f6f1d7920b3f0de08214782880
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits