Solves issues with variable scoping
Change-Id: I390cf50cba156d627926b2aea2bee20743dd05f2
This commit is contained in:
parent
5c8a20713b
commit
47d776013b
@ -76,10 +76,8 @@ class midonet {
|
||||
else {
|
||||
fail("OS ${::operatingsystem} not supported")
|
||||
}
|
||||
package { $::rubygems_pkg_name: ensure => installed, } ->
|
||||
exec { "${midonet::params::gem_bin_path} install faraday multipart-post":
|
||||
ensure => present
|
||||
} ->
|
||||
package { $rubygems_pkg_name: ensure => installed, } ->
|
||||
exec { "${midonet::params::gem_bin_path} install faraday multipart-post": } ->
|
||||
midonet_host_registry { $::hostname:
|
||||
ensure => present,
|
||||
midonet_api_url => 'http://127.0.0.1:8181/midonet-api',
|
||||
|
Loading…
x
Reference in New Issue
Block a user