Bryan Jen
70c7fb2974
Merge pull request #157 from hunner/mrzarquon-MODULES_1868_add_default
...
Adds default values for section
2015-03-30 15:10:29 -07:00
Chris Barker
af78845467
Adds default values for section
...
Our documentation says to use "" for section if you want top of file
global settings, this defaults to that assumption if the user doesn't
provide a section parameter at all.
2015-03-30 13:27:25 -07:00
Morgan Haskel
57c68ba9ec
Merge pull request #154 from psoloway/master
...
Updates README per DOC-1502
2015-03-25 17:36:30 -04:00
Pete Soloway
9789615104
Updates README per DOC-1502
...
1. Remove any "what this affects" sections, except where particularly warranted.
2. Make sure that for each parameter, where applicable, there is a data type and a default value.
3. Make sure that for each parameter that's applicable, there is a note if the parameter is optional.
4. Make sure the links in the README work and are accurate.
5. Update the link in the Contributing section to point here: https://docs.puppetlabs.com/forge/contributing.html
6. General copyediting.
2015-03-19 13:26:56 -07:00
Colleen Murphy
606de6971d
Merge pull request #147 from cyberious/SpecinfraUpgrade
...
Force acceptance test ordering with require and before
2015-02-09 17:08:18 -08:00
Travis Fields
4dfb8e1089
Force acceptance test ordering with require and before
2015-02-09 16:07:47 -08:00
Morgan Haskel
88676100ed
Merge pull request #146 from cyberious/SpecinfraUpgrade
...
Fixes issues due to serverspec upgrade
2015-02-09 14:07:49 -08:00
Travis Fields
8e2689bdbb
Fixes issues due to serverspec upgrade and usage of obsolete should contain method for files
2015-02-09 13:16:55 -08:00
Hunter Haugen
03417e5779
Merge pull request #144 from cmurphy/rspec
...
Pin rspec gems
2015-02-04 12:03:35 -08:00
Colleen Murphy
f84f05819a
Pin rspec gems
2015-02-04 17:02:04 +01:00
Morgan Haskel
be5fc47f00
Merge pull request #141 from petems/dry_up_spec_test
...
Replace code with pre-existing shared_example
2015-01-15 08:49:00 -08:00
Morgan Haskel
7acd0323b3
Merge pull request #143 from cyberious/BeakerRspecPinAbility
...
Beaker-Rspec currently does not work with Windows, need to be able to
2015-01-14 10:26:53 -08:00
Travis Fields
46ad0bfff9
Beaker-Rspec currently does not work with Windows, need to be able to pin to previous version for testing
2015-01-14 10:20:57 -08:00
Hunter Haugen
e8ddd629e8
Merge pull request #142 from jonnytpuppet/fix_unit_tests_remove_pending
...
Removed pending unit tests.
2015-01-13 17:15:15 -08:00
Jonathan Tripathy
a21dd813b2
Removed pending unit tests.
...
This functionality does not exist and thus was cluttering the output.
2015-01-13 17:02:10 -08:00
Peter Souter
9280f81be5
Replace code with pre-existing shared_example
...
Noticed this when I was testing the module out with a FreeBSD host this code duplicates the shared_example used in the rest of the spec, so I DRY'd it up! 👍
2015-01-11 19:45:27 -08:00
Morgan Haskel
6d43adb26a
Merge pull request #140 from cmurphy/master
...
Add IntelliJ files to the ignore list
2014-12-29 11:23:14 -08:00
Colleen Murphy
9ef15bc598
Add IntelliJ files to the ignore list
2014-12-29 10:41:05 -08:00
Colleen Murphy
2c9defda30
Merge pull request #139 from mhaskel/flexible_key_val
...
Flexible key val
2014-12-18 13:46:54 -08:00
Morgan Haskel
15f972d092
Rebase/fix the flexible k/v separator.
2014-12-18 10:45:30 -08:00
Pete Johns
c4fa6a614a
Fix spec: predicates return booleans
2014-12-18 10:22:20 -08:00
Igor Galić
3288d415e9
WIP: Allow changing key value separator beyond indentation
...
We have many ini-style configuration files which use : as key value
separator. We'd like to be able to manage them with ini_setting as well.
This here is a naïve first attempt in that direction.
Please note that despite the fact that this *should* match, it's failing
unit tests.. This is a work in progress.
2014-12-18 10:22:20 -08:00
Morgan Haskel
6b399c2bc6
Merge pull request #137 from cmurphy/master
...
Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md
2014-12-09 08:21:55 -08:00
Colleen Murphy
7e6eba5d34
Add json gem
...
The puppet_facts gem implicitly depends on the json gem.
On Ruby 1.8.7, json is not built in. On Puppet 2.7, it is
not explicitly pulled in by the hiera gem. So we add it
here explicitly.
2014-12-08 22:52:17 -08:00
Colleen Murphy
113cb70ee2
Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md
2014-12-08 10:23:27 -08:00
Hunter Haugen
19ddca496b
Merge pull request #134 from johnsyweb/less-restrictive-setting-names
...
Less restrictive setting names
2014-11-20 10:19:26 -08:00
Morgan Haskel
792d35cdb4
Merge pull request #135 from johnsyweb/The-Puppet-Labs-Issue-Tracker-has-Moved
...
The Puppet Labs Issue Tracker has Moved
2014-11-11 14:06:33 -08:00
Hunter Haugen
d2d9ed9478
Merge pull request #136 from mhaskel/merge_1.2.x
...
Merge 1.2.x
2014-11-10 16:26:54 -08:00
Pete Johns
927d87910a
The Puppet Labs Issue Tracker has Moved
...
https://tickets.puppetlabs.com
Update the documentation accordingly
2014-11-11 07:03:07 +11:00
Pete Johns
3e46c13dc2
Fix Ruby 1.9.3 build
2014-11-08 18:52:20 +11:00
Pete Johns
efeb174427
Add spec for #123
...
I may have made this configuration file up
2014-11-08 18:47:08 +11:00
Pete Johns
c6dcad2657
Simplify COMMENTED_SETTING_REGEX to match SETTING_REGEX
2014-11-08 17:55:13 +11:00
Pete Johns
e65be6fb4b
Simplify SECTION_REGEX
2014-11-08 17:07:01 +11:00
Pete Johns
d98e9bcb77
Add failing spec for KDE Configuration with braces in setting names
...
Refer https://github.com/puppetlabs/puppetlabs-inifile/pull/131
2014-11-08 17:05:59 +11:00
Travis Fields
91c17084b2
Merge pull request #133 from mhaskel/1.2.0-prep
...
1.2.0 prep
2014-11-07 14:58:48 -08:00
Morgan Haskel
5bc9ebc03a
1.2.0 prep
2014-11-07 14:06:59 -08:00
Morgan Haskel
3f4ad49b8c
Merge pull request #126 from huan/master
...
fix issue where single characters settings were not being saved.
2014-11-06 15:27:05 -08:00
Travis Fields
12a42711be
Merge pull request #132 from mhaskel/test
...
merge 1.1.x into master
2014-11-06 14:40:05 -08:00
Morgan Haskel
8db122cdeb
Merge pull request #124 from cmurphy/master
...
Synchronize with modulesync
2014-11-06 14:36:54 -08:00
Morgan Haskel
d5164a9b81
Merge pull request #130 from jbondpdx/update-readme
...
DOC-1100: old inifile causes agent run failure in PE 3.3
2014-11-06 13:26:10 -08:00
jbondpdx
4e3f602d78
DOC-1100: old inifile causes agent run failure in PE 3.3
...
Added a warning about old, manually installed inifile modules cause failure of agent runs on master as of PE 3.3. User needs to update inifile module.
Bonus round: DOC-1267. Corrected a broken link in the contributor section.
2014-10-10 15:13:09 -07:00
Hunter Haugen
db28fa2d3b
Merge pull request #128 from mhaskel/1.1.4-prep
...
1.1.4 prep
2014-09-30 09:13:20 -07:00
Morgan Haskel
3d3a2cfbe2
1.1.4-prep
2014-09-30 10:23:21 -05:00
Morgan Haskel
58883cdebd
Merge pull request #127 from mhaskel/1.1.x-merged-into-master
...
1.1.x merged into master
2014-09-26 19:31:46 -04:00
Morgan Haskel
8621dfeb15
Merge remote-tracking branch 'upstream/1.1.x' into test
2014-09-26 19:26:00 -04:00
Huan Do
f343c41cd8
modify test to compare to a hash which better tests the state of each setting
...
also update @@COMMENTED_SETTING_REGEX to be roughly equal to "(\s*)[#;]+" + @@SETTING_REGEX
2014-09-12 16:55:24 -07:00
Huan Do
681f5c0cb4
fix issue where single characters settings were not being saved.
...
see https://github.com/boxen/puppet-git/issues/30
2014-09-08 23:12:09 -07:00
Ashley Penney
8aeddc8a8c
Merge pull request #125 from mhaskel/spec_updates
...
Update spec_helper for consistency.
2014-08-28 17:39:47 -04:00
Morgan Haskel
7f54eb1279
Update spec_helper for consistency.
2014-08-28 12:39:44 -04:00
Hunter Haugen
90f88ec320
Merge pull request #122 from jbondpdx/new-readme
...
Docs: New inifile readme
2014-08-19 12:34:36 -07:00