7323a842da
- resource_provider became a general provider for git/zip/whatever data - library-puppet is used to install & manage all dependencies - keystone_puppet resource is added, with manifests from openstack git
5 lines
99 B
Puppet
5 lines
99 B
Puppet
class {'keystone':
|
|
admin_token => '{{ admin_token }}',
|
|
package_ensure => 'absent'
|
|
}
|