summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunter Haugen <h.haugen@gmail.com>2012-11-20 09:55:55 -0800
committerHunter Haugen <h.haugen@gmail.com>2012-11-20 09:55:55 -0800
commit1bea8b8aea88eeb689f6cfc8d9d190ae94d6eda1 (patch)
treec1832768ed6b5f85d5392649284e7ee699ef846b
parent088dd3aa28996ed2b690454f72b0c83f73790b8b (diff)
Update spec tests
-rw-r--r--spec/defines/listen_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/defines/listen_spec.rb b/spec/defines/listen_spec.rb
index 6102285..31dd4c8 100644
--- a/spec/defines/listen_spec.rb
+++ b/spec/defines/listen_spec.rb
@@ -12,7 +12,7 @@ describe 'haproxy::listen' do
end
it { should contain_concat__fragment('croy_listen_block').with(
- 'order' => '20-croy',
+ 'order' => '20-croy-00',
'target' => '/etc/haproxy/haproxy.cfg',
'content' => "listen croy\n\n bind 1.1.1.1:18140\n\n balance roundrobin\n option tcplog\n option ssl-hello-chk\n"
) }
@@ -30,7 +30,7 @@ describe 'haproxy::listen' do
end
it { should contain_concat__fragment('apache_listen_block').with(
- 'order' => '20-apache',
+ 'order' => '20-apache-00',
'target' => '/etc/haproxy/haproxy.cfg',
'content' => "listen apache\n\n bind 23.23.23.23:80\n\n bind 23.23.23.23:443\n\n balance roundrobin\n option tcplog\n option ssl-hello-chk\n"
) }
@@ -45,7 +45,7 @@ describe 'haproxy::listen' do
end
it { should contain_concat__fragment('apache_listen_block').with(
- 'order' => '20-apache',
+ 'order' => '20-apache-00',
'target' => '/etc/haproxy/haproxy.cfg',
'content' => "listen apache\n\n bind 23.23.23.23:80\n\n bind 23.23.23.23:443\n\n balance roundrobin\n option tcplog\n option ssl-hello-chk\n"
) }