summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-09sort ssl_optionsTimo Goebel
2015-04-08Merge pull request #11 from timogoebel/feature/encryption_sortduritong
sort encryption options
2015-04-08sort encryption optionsTimo Goebel
2015-04-05dependencies should either be managed by the package or gemmh
2015-03-21new versionmh
2015-03-21Merge remote-tracking branch 'github/master'mh
2015-03-01Merge pull request #10 from timogoebel/feature/encryptionduritong
add support for encryption and ssl_options
2015-03-01add support for encryption and ssl_optionsTimo Goebel
2015-02-18Merge pull request #9 from michaelweiser/masterduritong
Fix dependency handling
2015-02-16Fix dependency handlingMichael Weiser
2015-01-24moneta dependencies require ruby-develmh
2014-09-13new releasemh
2013-11-17add .gitignoremh
2013-10-02add documentation of the existing functionsmh
2013-10-02lintingmh
2013-10-02typomh
2013-10-02Improve the overall experience of the module.mh
- Extending the README - Add a trocla::yaml class for a simple quickstart. - Fixes issues: #4 & #5
2013-10-02remove init class, this confused ppl and better readme followsmh
2013-09-04Merge pull request #3 from justicel/masterduritong
Release of 0.0.2 module which includes template base configuration for t...
2013-08-02Change to allow you to define to install rubygem requirementsJustice London
2013-07-23Release of 0.0.2 module which includes template base configuration for ↵Justice London
trocla CLI.
2013-03-20Merge pull request #2 from amfranz/masterduritong
Compatibility with latest Puppet version (v3.1.0)
2013-02-28Removing calls to Puppet.features.rubygems?Michael Franz Aigner
This makes the Gem usable in the latest Puppet versions. The handling of RubyGems got revised in Puppet 3.0.1-rc1: http://projects.puppetlabs.com/issues/16757 The new policy is that either bundler and/or rubygems are guaranteed to be loaded and initialized when the Puppet manifest is evaluated, making it unnecessary for Puppet modules to load rubygems. This new policy broke the puppet-trocla module. This is because 'Puppet.features.rubygems?' always evaluates to false now, which causes the module to abort the manifest compilation with a message informing about the necessity of RubyGems to be present.
2013-01-14lintingmh
2013-01-14adapt to new moneta versionmh
2012-06-05new style for 2.7mh
2011-10-27mergemh
2011-09-06as setting a hash first is a bit cumbersome, we provide the possibility to ↵mh
pass a yaml string
2011-08-08wordingmh
2011-08-05introduce trocla_set - useful to migrate existing manifestsmh
2011-08-03update docmh
2011-08-03fix variable lookupmh
2011-07-27bring config filename in line with what trocla usesmh
2011-07-27fix typomh
2011-07-27make a better config deploymentmh
2011-07-27init of trocla modulemh