You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I think I have the right format but I'm not sure)
According to the --debug output, many classes (zendserver, zendserver::params, zendserver::requirements, etc.) are imported automatically. How to make the others imported as well (zendserver::application, for example)?
It looks like the classes that are imported are declared as classes while those who are not are declared with defines. I don't know puppet enough to tell the difference between these 2 kinds of declarations.
The text was updated successfully, but these errors were encountered:
It is quite easy to set parameters in hiera instead of manifests. Example (taken from [here]):(https://github.com/davidl-zend/zendserverpuppet-vagrant/blob/feature/bootstrap/data/common.yaml)
However, I don't think hiera support goes beyond these settings. It would be nice if everything could be set in hiera. For example:
(I think I have the right format but I'm not sure)
According to the --debug output, many classes (zendserver, zendserver::params, zendserver::requirements, etc.) are imported automatically. How to make the others imported as well (zendserver::application, for example)?
It looks like the classes that are imported are declared as classes while those who are not are declared with defines. I don't know puppet enough to tell the difference between these 2 kinds of declarations.
The text was updated successfully, but these errors were encountered: