puppet-tempest/lib/puppet/type/tempest_neutron_net_id_sett...

21 lines
393 B
Ruby

Puppet::Type.newtype(:tempest_neutron_net_id_setter) do
ensurable
newparam(:name, :namevar => true) do
desc 'The name of the setting to update.'
end
newparam(:tempest_conf_path) do
desc 'The path to tempest conf file.'
end
newparam(:network_name) do
desc 'The name of the neutron network.'
end
autorequire(:package) do
['python-openstackclient']
end
end