Files
puppet-openstacklib/manifests/defaults.pp
Tobias Urdin 4ef3b1e843 Remove allow_virtual for Package in defaults
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
2018-05-18 13:49:12 +02:00

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 {
}