diff options
author | Dan Prince <dprince@redhat.com> | 2015-06-18 22:05:00 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-07-20 16:22:52 -0400 |
commit | 4f88464a62e72a0a53b081edfe4e2a5f95f333b1 (patch) | |
tree | 8652cd01594e588a5c13e567b3b1ce385a647550 /puppet/controller-puppet.yaml | |
parent | a38319dde5d1c2b83c6a35c397e17f8c5570d8f1 (diff) |
Puppet: wire in tripleo::packages
This wires in use of a new puppet-tripleo class which
encapsulates the logic to enable/disable package
installation and upgrades.
By using the new class we can remove the global
Package provider declaration at the top of each
module.
Change-Id: I5c6e5fd8600031bd8fb6195649721607c560f9d5
Depends-on: Ie8fbc344149bc8c9977e127de77636903607617a
Diffstat (limited to 'puppet/controller-puppet.yaml')
-rw-r--r-- | puppet/controller-puppet.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index bd8823ad..1271ca97 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -1074,7 +1074,7 @@ resources: public_virtual_interface: {get_input: public_virtual_interface} tripleo::loadbalancer::control_virtual_interface: {get_input: control_virtual_interface} tripleo::loadbalancer::public_virtual_interface: {get_input: public_virtual_interface} - enable_package_install: {get_input: enable_package_install} + tripleo::packages::enable_install: {get_input: enable_package_install} # Hook for site-specific additional pre-deployment config, e.g extra hieradata ControllerExtraConfigPre: |