Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-05 | fix postfix::satellite class | varac | |
i got this error using postfix::satellite: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Cannot reassign variable valid_fqdn at /etc/puppet/modules/postfix/manifests/satellite.pp:32 … reassigning a variable within a given scope doesn't work in puppet see https://docs.puppetlabs.com/puppet/latest/reference/lang_variables.html#no-reassignment i still think overriding $::fqdn is not a good idea, but for now, i just want to get this class working again. | |||
2013-04-13 | Syntax fix | Silvio Rhatto | |
2013-01-25 | Switching to parametrized classes | Silvio Rhatto | |
2012-02-16 | Use proper variable scope | mh | |
Facts should be addressed with $::fqdn and so on. | |||
2012-02-16 | put classes and defines in the proper place | mh | |
To take advantage of puppet's autoloading feature, which will be mandatory sooner or later. We move all the files in their appropriate place. |