summaryrefslogtreecommitdiff
path: root/spec/acceptance
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppetlabs.com>2015-06-02 12:05:19 +0100
committerDavid Schmitt <david.schmitt@puppetlabs.com>2015-06-02 12:05:19 +0100
commit07e8b396156cd330d4143a48952679400241eb71 (patch)
treec9f296def049940c2537962664292e9e8eabed3c /spec/acceptance
parenta383705fdb133978e53503b7e01012367fac139d (diff)
parentb436216fe68c11d67cc15aec83ce0f1eeb7ededf (diff)
downloadpuppet-stdlib-07e8b396156cd330d4143a48952679400241eb71.tar.gz
puppet-stdlib-07e8b396156cd330d4143a48952679400241eb71.tar.bz2
Merge pull request #462 from elyscape/fix/fqdn_rotate_seeds_with_argument
fqdn_rotate: Don't use the value itself as part of the random seed
Diffstat (limited to 'spec/acceptance')
-rwxr-xr-xspec/acceptance/fqdn_rotate_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/fqdn_rotate_spec.rb b/spec/acceptance/fqdn_rotate_spec.rb
index 753068b..366d027 100755
--- a/spec/acceptance/fqdn_rotate_spec.rb
+++ b/spec/acceptance/fqdn_rotate_spec.rb
@@ -36,7 +36,7 @@ describe 'fqdn_rotate function', :unless => UNSUPPORTED_PLATFORMS.include?(fact(
EOS
apply_manifest(pp, :catch_failures => true) do |r|
- expect(r.stdout).to match(/fqdn_rotate is \["c", "d", "a", "b"\]/)
+ expect(r.stdout).to match(/fqdn_rotate is \["d", "a", "b", "c"\]/)
end
end
end