summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2018-12-10Correct lenses path augeas for Puppet4HEADmasterkwadronaut
2017-03-31Lint with puppet-lintMickaël Canévet
2016-07-11Include augeas 'super' class when not declared.Jordi Clariana
2016-05-27Check for valid OS firstMickaël Canévet
2016-04-25ruby-augeas instead of libaugeas-rubyjostmart
root@x220:~# ruby --version ruby 2.1.5p273 (2014-11-13) [x86_64-linux-gnu] root@x220:~# dpkg -l | grep ruby-augeas ii ruby-augeas 1:0.5.0-3build1 amd64 Augeas bindings for the Ruby language root@x220:~# dpkg -l | grep libaugeas-ruby $ ruby --version ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux] $ dpkg -l | grep ruby-augeas ii libaugeas-ruby 0.5.0-2 all Transitional package for ruby-augeas ii libaugeas-ruby1.9.1 0.5.0-2 all Transitional package for ruby-augeas ii ruby-augeas 0.5.0-2 amd64 Augeas bindings for the Ruby language
2015-09-09Add Puppet AIO pathMickaël Canévet
2015-08-31is_pe is not defined in Puppet open-sourceRaphaël Pinson
2015-08-27Update lens location for Puppet EnterpriseAlex Schultz
The lens location for Puppet Enterprise differs from the standard location for the opensource version. We can detect if we are running the enterprise version. This commit should resolve #52.
2015-08-12Merge pull request #50 from shamil/masterMickaël Canévet
Add support for Amazon Linux AMI
2015-08-12Merge pull request #49 from tdevelioglu/masterMickaël Canévet
Allow setting package name of ruby augeas bindings
2015-08-12Always use $::path for execMickaël Canévet
2015-08-12Initial support for Puppet 4 AIO package versionRoman Mueller
2015-08-12Merge pull request #46 from mcanevet/fix/add_missing_anchorsMickaël Canévet
Add missing anchors
2015-06-14fix the ruby-augeas gem installation on SLES and openSUSETheo Chatzimichos
the current logic is broken, it pulls in the opposite package than what it should
2015-06-04Add support for Amazon Linux AMIAlex Simenduev
2015-05-28Allow setting package name of ruby augeas bindingsTaylan Develioglu
2015-05-13Ignore source_without_rights as there is a default in the scopeRaphaël Pinson
2015-04-17Add missing anchorsMickaël Canévet
2015-04-08Fixing lens test with content but no sourceCraig Watson
2015-03-17Encourage file() usageMickaël Canévet
2015-01-21fixed package name for current SLES repo problemsOliver Bertuch
2015-01-20Fix augeas rubygem package name for SLES (had typo...).Oliver Bertuch
2015-01-20Fix augeas rubygem package name for SLES.Oliver Bertuch
2015-01-12Ignore spaceship_operator_without_tag + note in READMERaphaël Pinson
2014-10-28Set default path for commands in augeas::lensRaphaël Pinson
2014-10-20LintingRaphaël Pinson
2014-04-08Fix dynamic scopingMickaël Canévet
2014-03-24Add all augeas packages to dependencyRaphaël Pinson
2014-03-03Add purge parameter to augeas classRaphaël Pinson
2014-02-05Update params.pppoikilotherm
Corrected auto-indent on line 13 breaking the tests (not puppet ;))
2014-02-04Update params.pppoikilotherm
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-14Ensure lenses are owned by rootLienhart 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-05Better detection of ruby versionPatrick Hemmer
2013-03-22docRaphaël Pinson
2013-03-22Doc and lintRaphaël Pinson
2013-03-18Make validate_re message clearer in augeas::lensRaphaël Pinson
2013-03-18Use validate_re to check $augeas::lens_dir in augeas::lensRaphaël Pinson
2013-03-15Fix augeas::lensRaphaël Pinson
2013-03-14Abstract package name for ruby-augeas, define dependency for all AugeasRaphaël Pinson
resources
2013-03-13Fix ::params::pkgs as ::params::augeas_pkgsRaphaël Pinson
2013-03-13Use defined instead of declaredRaphaël Pinson
2013-03-13Fix augeas::lens with new module organizationRaphaël Pinson
2013-03-13Reorganize classesRaphaël Pinson
2013-01-08Add stock_since to augeas::lensRaphaël Pinson
2012-12-27Ensure Augeas ruby lib is for 1.9.1 on wheezyRaphaël Pinson
2012-12-05Lint augeas::redhatMickaël Canévet
2012-12-05Lint augeas::lensMickaël Canévet
2012-12-05Lint augeas::debianMickaël Canévet
2012-12-05Lint class augeasMickaël Canévet
2012-10-30Make sure the top $lens_dir is purged, but don't touch dist/Raphaël Pinson