Alexandros Kosiaris has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/402350 )

Change subject: httpd: Fix long line in rspec
......................................................................


httpd: Fix long line in rspec

Simple typo, move the code in the next line as it was mean to be in the
first place

Change-Id: I3492445359c88c029e7373b76bc0bbc64988f7db
---
M modules/httpd/spec/classes/httpd_spec.rb
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/httpd/spec/classes/httpd_spec.rb 
b/modules/httpd/spec/classes/httpd_spec.rb
index e1cacb4..82cd81b 100644
--- a/modules/httpd/spec/classes/httpd_spec.rb
+++ b/modules/httpd/spec/classes/httpd_spec.rb
@@ -16,7 +16,8 @@
         it { is_expected.to compile.with_all_deps }
         it { is_expected.to contain_service('apache2') }
         it { is_expected.to contain_exec('apache2_test_config_and_restart')
-                              .with_refreshonly(true)                          
                                    .that_comes_before('Service[apache2]')
+                              .with_refreshonly(true)
+                              .that_comes_before('Service[apache2]')
         }
         it { is_expected.to contain_file('/etc/apache2/sites-available')
                               .with({'owner' => 'root', 'ensure' => 
'directory'})

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3492445359c88c029e7373b76bc0bbc64988f7db
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@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