Adding dependency to metadata.json and fix doc
Add puppetlabs-stdlib module dependency to metadata.json, since we were getting it from other modules. Changed /etc/hiera.yaml in README to the default path in which Puppet looks at. Change-Id: I9fbe62855eea0fc38a9a396ee192673542abedcd
This commit is contained in:
parent
b587ead336
commit
c34b43a248
@ -55,7 +55,7 @@ To use this module in a more advanced way, please check out the
|
||||
[reference](#reference) section of this document. It is worth to highlight that
|
||||
all the input variables have already a default input value, in a yaml document.
|
||||
(We use R.I.Piennar [module data](https://www.devco.net/archives/2013/12/08/better-puppet-modules-using-hiera-data.php))
|
||||
To leverage this feature, please add the following in your `/etc/hiera.yaml`
|
||||
To leverage this feature, please add the following in your `/etc/puppet/hiera.yaml`
|
||||
(or the Hiera configuration file that you are using):
|
||||
|
||||
---
|
||||
|
@ -14,7 +14,8 @@
|
||||
{ "name":"midonet-cassandra","version_requirement":">=1.0.0" },
|
||||
{ "name":"puppetlabs-apt","version_requirement":">=1.7.0 <2.0.0" },
|
||||
{ "name":"puppetlabs-java","version_requirement":">=1.3.0" },
|
||||
{ "name":"puppetlabs-tomcat","version_requirement":">=1.2.0" }
|
||||
{ "name":"puppetlabs-tomcat","version_requirement":">=1.2.0" },
|
||||
{ "name":"puppetlabs-stdlib","version_requirement":">= 4.2.0 < 5.0.0" }
|
||||
],
|
||||
"tags": ["openstack", "sdn", "midonet"],
|
||||
"operatingsystem_support": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user