summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2017-09-18(maint) modulesync 892c4cfHailee Kenney
2017-01-24(MODULES-4098) Sync the rest of the filesHunter Haugen
2016-07-27(MAINT) Update for modulesync_config 72d19f184David Schmitt
2016-07-08(MODULES-3581) modulesync [067d08a]David Schmitt
2016-07-01(MODULES-3435) Fix gitignore and fixtures directoryDavid Schmitt
This change more accurately reflects what is being ignored and what's required as fixtures.
2016-02-16(FM-4046) Update to current msync configs [006831f]David Schmitt
This moves all copyright statements to the NOTICE file in accordance with the ASFs guidelines on applying the Apache-2.0 license.
2016-01-27(FM-4049) Update to current msync configs [2c99161]David Schmitt
2015-06-01Add the missing symlinks to get puppet 4 pickup the functions from the ↵David Schmitt
environmentpath
2015-06-01root all the gitignore patterns to avoid unintentional matchesDavid Schmitt
2014-12-29Add IntelliJ files to the ignore listColleen Murphy
2014-06-25Sync filesColleen Murphy
2014-03-03Prepare for supported modules.Ashley Penney
2014-01-29(PUP-636) Ignore generated fileDavid Schmitt
2013-03-29Enable num2bool to accept numeric inputSteve Huff
Also ignore rspec fixtures directory
2013-02-25(maint) Add Ruby 2.0.0 to Travis build matrixJeff McCune
Without this patch we're not testing against Ruby 2.0.0 which has recently been released. This is a problem because we'd like a way to be notified if a change set breaks compatibility with future supported versions of Ruby. This patch should not be taken as an indication that we fully support Ruby 2.0, just as an indication that we plan to in the future. This patch also tightens up the specifications of the build matrix. In addition to testing against the specific Puppet dependency versions, we're also testing against the latest 2.7.x release and the latest release.
2011-08-05(#8797) Merge puppetlabs-functions into puppetlabs-stdlibKen Barber
It was decided that maintaining puppetlabs-functions and puppetlabs-stdlib was duplication as both are trying to achieve the same goal. This patch provides a merge of the puppetlabs-functions into the puppetlabs-stdlib repository, with history preservation. The following conflicts were found and resolved: * LICENSE file from functions was used as it aligns with ASL usage instructions and contains relevant copyright information: http://www.apache.org/licenses/LICENSE-2.0.html * Used spec_helper.rb from functions - this is what Puppet core uses and doesn't break tests. * Merged .gitignore and spec.opts options.
2011-06-29Added tests for each function, fixing functions as we hit bugs.Ken Barber
2011-06-20Remove metadata.json from repositoryJeff McCune
This file is generated from the puppet-module build command and should not be included in the repository. If it is, the repository is not directly usable on a Puppet master because the metadata.json is invalid.
2011-05-25Add DS_Store to gitignoreJeff McCune
2011-05-24Initial commitJeff McCune
2011-04-30Convert to module format.Ken Barber