diff options
Diffstat (limited to 'manifests/profile/base/neutron/agents/bigswitch.pp')
-rw-r--r-- | manifests/profile/base/neutron/agents/bigswitch.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/neutron/agents/bigswitch.pp b/manifests/profile/base/neutron/agents/bigswitch.pp index 137dec0..e79c8a2 100644 --- a/manifests/profile/base/neutron/agents/bigswitch.pp +++ b/manifests/profile/base/neutron/agents/bigswitch.pp @@ -23,7 +23,7 @@ # Defaults to hiera('step') # class tripleo::profile::base::neutron::agents::bigswitch( - $step = hiera('step'), + $step = Integer(hiera('step')), ) { if $step >= 4 { include ::neutron::agents::bigswitch |