
This is the initial commit for puppet-panko. It has been automatically generated using cookiecutter[1] and msync[2] [1] https://github.com/openstack/puppet-openstack-cookiecutter [2] https://github.com/openstack/puppet-modulesync-configs Change-Id: I7098c08fe22d8cdc7f3635c2b1ae4e1e28dc8cd1
11 lines
197 B
Ruby
11 lines
197 B
Ruby
Puppet::Type.type(:panko_config).provide(
|
|
:ini_setting,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/panko/panko.conf'
|
|
end
|
|
|
|
end
|