aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-07-27 22:29:36 -0400
committerFeng Pan <fpan@redhat.com>2017-07-28 15:26:33 -0400
commitd9ad6d211b86111bdca6b78891808a1bbdec86d2 (patch)
tree8a9b9ef064d19fc093ffed00945e11141bfe89c0 /spec
parenta6e575c8f0af17e62990653bcf4a12c688c21aad (diff)
Add scope to configure_role_mappings resource calling
Change-Id: Icf7f31b09d0f24f8c61235bd4e3dda43d3d47bc7 Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'spec')
-rw-r--r--spec/acceptance/fdio_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/fdio_spec.rb b/spec/acceptance/fdio_spec.rb
index 6e2ec8d..a3a0a17 100644
--- a/spec/acceptance/fdio_spec.rb
+++ b/spec/acceptance/fdio_spec.rb
@@ -7,7 +7,7 @@ describe 'fdio' do
it 'should work with no errors' do
pp= <<-EOS
class { '::fdio':
- repo_branch => 'release'
+ repo_branch => 'stable.1704'
}
EOS