Merge "Avoid duplicate client resource"
This commit is contained in:
commit
4a6ca33462
@ -11,8 +11,5 @@
|
||||
class openstacklib::openstackclient(
|
||||
$package_ensure = 'present',
|
||||
){
|
||||
package { 'python-openstackclient':
|
||||
ensure => $package_ensure,
|
||||
tag => 'openstack',
|
||||
}
|
||||
ensure_packages('python-openstackclient', {'ensure' => $package_ensure, tag => 'openstack'})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user