fix the error message
It's puppet-cloud, not puppet-horizon.
This commit is contained in:
parent
3e08dcf087
commit
f3047f5b50
@ -21,7 +21,7 @@
|
||||
class cloud {
|
||||
|
||||
if ! ($::osfamily in [ 'RedHat', 'Debian' ]) {
|
||||
fail("module puppet-horizon doesn't support ${::osfamily}")
|
||||
fail("module puppet-cloud only support ${::osfamily}, only Red Hat or Debian")
|
||||
}
|
||||
|
||||
# motd
|
||||
|
@ -84,7 +84,7 @@ describe 'cloud' do
|
||||
end
|
||||
|
||||
it 'should fail' do
|
||||
expect { subject }.to raise_error(/module puppet-horizon doesn't support/)
|
||||
expect { subject }.to raise_error(/module puppet-cloud only support/)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user