
We only test and support Puppet 4 and Puppet 5 now and this parameter to the Package resource defaults to true in these versions making this unneccesary. Change-Id: I1459cf5382cd3090c051b25c884399d5cf37d264
9 lines
185 B
Puppet
9 lines
185 B
Puppet
# == Class: openstacklib::defaults
|
|
#
|
|
# Default configuration for all openstack-puppet module.
|
|
#
|
|
# This file is loaded in the params.pp of each class.
|
|
#
|
|
class openstacklib::defaults {
|
|
}
|