Andrew Bogott has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/367619 )

Change subject: puppetmaster profiles:  Fix some really extreme typos
......................................................................


puppetmaster profiles:  Fix some really extreme typos

Fortunately these did not affect any actual hosts, just
future setups.

Change-Id: I93a2d6ddcee5b9b16c9c041834e412d1f091db92
---
M modules/profile/manifests/puppetmaster/backend.pp
M modules/profile/manifests/puppetmaster/frontend.pp
2 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/profile/manifests/puppetmaster/backend.pp 
b/modules/profile/manifests/puppetmaster/backend.pp
index 02451fa..b2592a9 100644
--- a/modules/profile/manifests/puppetmaster/backend.pp
+++ b/modules/profile/manifests/puppetmaster/backend.pp
@@ -1,8 +1,8 @@
 # vim: set tabstop=4 shiftwidth=4 softtabstop=4 expandtab textwidth=80 smarttab
 
 class profile::puppetmaster::backend(
-    $config = hiera('profile::puppetmater::backed::config', {}),
-    $secure_private = hiera('profile::puppetmater::backed::config', true),
+    $config = hiera('profile::puppetmaster::backend::config', {}),
+    $secure_private = hiera('profile::puppetmaster::backend::config', true),
 ) {
     $ca_server = hiera('puppetmaster::ca_server', 
'puppetmaster1001.eqiad.wmnet')
 
diff --git a/modules/profile/manifests/puppetmaster/frontend.pp 
b/modules/profile/manifests/puppetmaster/frontend.pp
index 3f50d40..36f276f 100644
--- a/modules/profile/manifests/puppetmaster/frontend.pp
+++ b/modules/profile/manifests/puppetmaster/frontend.pp
@@ -1,8 +1,8 @@
 # vim: set tabstop=4 shiftwidth=4 softtabstop=4 expandtab textwidth=80 smarttab
 
 class profile::puppetmaster::frontend(
-    $config = hiera('profile::puppetmater::backed::config', {}),
-    $secure_private = hiera('profile::puppetmater::backed::config', true),
+    $config = hiera('profile::puppetmaster::frontend::config', {}),
+    $secure_private = hiera('profile::puppetmaster::frontend::config', true),
 ) {
     backup::set { 'var-lib-puppet-ssl': }
     backup::set { 'var-lib-puppet-volatile': }

-- 
To view, visit https://gerrit.wikimedia.org/r/367619
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I93a2d6ddcee5b9b16c9c041834e412d1f091db92
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <abog...@wikimedia.org>
Gerrit-Reviewer: Andrew Bogott <abog...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to