Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-05 | Update params.pp | poikilotherm | |
Corrected auto-indent on line 13 breaking the tests (not puppet ;)) | |||
2014-02-04 | Update params.pp | poikilotherm | |
This can be used on Suse flavors via adding two repos: A) for recent puppet packages: https://build.opensuse.org/project/show/systemsmanagement:puppet (holding the actual rubygem-ruby-augeas package, official repos only include python-augeas *grrr*) B) for dependency rubygems on SLES 11 add the SLE11-SDK repo available from Novell, openSuSE status unknown | |||
2013-10-29 | Merge pull request #29 from liwo/master | Raphaël Pinson | |
Ensure lenses are owned by root | |||
2013-10-14 | Ensure lenses are owned by root | Lienhart Woitok | |
This is necessary as lenses are fetched with file via puppet urls. This leads to whoever ownes the files on the puppet master owns the files on the node. This may lead to arbitrary users owning the lenses. See http://projects.puppetlabs.com/issues/5240 | |||
2013-04-29 | Merge pull request #25 from raphink/review/PR24 | Raphaël Pinson | |
PR #24 + specs | |||
2013-04-18 | Adapt specs to use rubyversion for ruby lib version detection | Raphaël Pinson | |
2013-04-05 | Better detection of ruby version | Patrick Hemmer | |
2013-03-22 | doc | Raphaël Pinson | |
2013-03-22 | Doc and lint | Raphaël Pinson | |
2013-03-22 | Add dependency on stdlib | Raphaël Pinson | |
2013-03-22 | Depend on rspec-puppet >= 0.1.6 | Raphaël Pinson | |
2013-03-21 | Add LICENSE | Raphaël Pinson | |
2013-03-21 | Update Modulefile | Raphaël Pinson | |
2013-03-21 | README | Raphaël Pinson | |
2013-03-21 | Ensure puppetlabs_spec_helper >= 0.4.0 | Raphaël Pinson | |
2013-03-21 | Simplify spec_helper.rb | Raphaël Pinson | |
2013-03-18 | Merge branch 'master' of github.com:camptocamp/puppet-augeas into ↵ | Raphaël Pinson | |
sub/augeas/validate_re Conflicts: manifests/lens.pp | |||
2013-03-18 | Make validate_re message clearer in augeas::lens | Raphaël Pinson | |
2013-03-18 | Use validate_re to check $augeas::lens_dir in augeas::lens | Raphaël Pinson | |
2013-03-18 | Merge branch 'master' of github.com:camptocamp/puppet-augeas into dev/stdlib | Raphaël Pinson | |
2013-03-18 | Use validate_re to check $augeas::lens_dir in augeas::lens | Raphaël Pinson | |
2013-03-18 | Merge pull request #23 from raphink/dev/reorganize | Raphaël Pinson | |
Refactor the module | |||
2013-03-15 | Add spec/defines/augeas_lens_spec.rb | Raphaël Pinson | |
2013-03-15 | Fix .fixtures.yml with augeas | Raphaël Pinson | |
2013-03-15 | Readd Gemfile | Raphaël Pinson | |
2013-03-15 | Simplify spec_helper | Raphaël Pinson | |
2013-03-15 | Simplify Rakefile | Raphaël Pinson | |
2013-03-15 | Fix .fixtures.yml | Raphaël Pinson | |
2013-03-15 | Fix augeas::lens | Raphaël Pinson | |
2013-03-15 | Add specs for hosts | Raphaël Pinson | |
2013-03-15 | Improve rspec options | Raphaël Pinson | |
2013-03-14 | Abstract package name for ruby-augeas, define dependency for all Augeas | Raphaël Pinson | |
resources | |||
2013-03-13 | Fix ::params::pkgs as ::params::augeas_pkgs | Raphaël Pinson | |
2013-03-13 | Add Gemfile | Raphaël Pinson | |
2013-03-13 | Use defined instead of declared | Raphaël Pinson | |
2013-03-13 | Fix augeas::lens with new module organization | Raphaël Pinson | |
2013-03-13 | Reorganize classes | Raphaël Pinson | |
2013-03-13 | Do not escape _ in README | Raphaël Pinson | |
2013-03-13 | Improve README | Raphaël Pinson | |
2013-03-13 | Add Modulefile | Raphaël Pinson | |
2013-03-13 | Update README | Raphaël Pinson | |
2013-03-13 | Add .travis.yml | Raphaël Pinson | |
2013-03-13 | Add augeas() function | Raphaël Pinson | |
2013-03-13 | Use markdown in README | Raphaël Pinson | |
2013-03-13 | Rename README as README.markdown | Raphaël Pinson | |
2013-02-21 | Merge pull request #21 from micah/patch-1 | Raphaël Pinson | |
Update README | |||
2013-02-20 | Update README | micah | |
The previous version said that one of the three things it did was to "provide a few lenses only included in recent augeas releases". The module doesn't do that anymore, and some of the other things it did do were not document, so this updates the README to be more current. | |||
2013-01-09 | Merge pull request #20 from raphink/stock_since | Raphaël Pinson | |
Add stock_since to augeas::lens | |||
2013-01-08 | Add stock_since to augeas::lens | Raphaël Pinson | |
2012-12-27 | Ensure Augeas ruby lib is for 1.9.1 on wheezy | Raphaël Pinson | |