[Pkg-puppet-devel] [SCM] Puppet packaging for Debian annotated tag, upstream/3.1.0, created. upstream/3.1.0
Stig Sandbeck Mathisen
ssm at debian.org
Tue Feb 5 10:26:15 UTC 2013
The annotated tag, upstream/3.1.0 has been created
at b22655ccf441627e76a8da0631af46b036132024 (tag)
tagging 107e8d1a41d447403883a6f6faa1cc40fb904720 (commit)
replaces upstream/3.0.2
tagged by Stig Sandbeck Mathisen
on Tue Feb 5 10:44:02 2013 +0100
- Shortlog ------------------------------------------------------------
Upstream version 3.1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEABECAAYFAlEQ1GIACgkQQONU2fom4u7v4ACfclFo9yb+QywASrn/WBeyo9A6
rHkAn07/qNa/aHtQUU36o49VYpLqH2po
=vp4c
-----END PGP SIGNATURE-----
Aaron Hicks (Shiny-XPS) (1):
Cast fqdn as string for gsub
Adrien Thebo (1):
(maint) remove unused attributes from transaction
Alex Harvey (1):
(#17295) use SHA1 to sign CSRs when SHA256 is not available.
Andrew Parker (128):
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
(Maint) Tighten up assertion to find the cause of a flicker
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
(Maint) Pull config file parsing into a class
(Maint) Move config file parser to its own file
(Maint) Create a config file parser only once
(Maint) Raise a Puppet ParseError instead of a RACC::ParseError
(Maint) Add test coverage around config file parsing
Merge pull request #1195 from zaphod42/maint/master/split-up-settings
(Maint) Move initialize near top
(Maint) Extract class to encapsulate value translation
(Maint) Extract value translator for settings
(Maint) Use value translator directly
(Maint) Remove unneeded parse_file method
(Maint) Remove unused method sectionlist
(Maint) Remove code to support multiple config files
Merge pull request #1190 from jeffmccune/fix/master/7316_load_faces_from_modulepath_try4
(Maint) Clean up config file parsing
Merge remote-tracking branch 'upstream/3.0.x'
Merge pull request #1209 from ahpook/16768_no_client_docs
Merge pull request #1227 from slindberg/ticket/3.x/7962_duration_setting_description
Merge remote-tracking branch 'upstream/3.0.x'
Merge remote-tracking branch 'upstream/3.0.x'
(#7622) Deprecate and remove features.pson?
Merge remote-tracking branch 'upstream/3.0.x'
(Maint) Remove unimplemented tests
(Maint) Remove unimplemented tests
(Maint) Remove unimplemented tests
(Maint) Remove pending tests
(Maint) Remove unimplemented tests
(Maint) Remove unimplemented tests
(Maint) Remove unimplemented tests
(Maint) Remove pending test
Merge branch 'maint/master/remove-pending-tests'
Merge pull request #1252 from joshcooper/maint/master/refactor-ssl-file
Merge branch 'maint/master/fix-lint-warnings-in-example-code'
Merge remote-tracking branch 'upstream/3.0.x'
(Maint) Remove the hiera-puppet readme
(Maint) Test interplay of colliding names
Merge branch 'maint/master/more-scoping-examples'
(Maint) Stop changing internals of object during test
(#7316) Use the public API for initializing settings
(#7316) Load puppet/util as early as possible
(#7316) Do not try to require the application
(Maint) Remove distracting comments
(#7316) Reorder subcommand handling logic
(Maint) Extract classes to handle different subcommand types
(Maint) Remove unused instance variables
(#7316) Clarify parameters to construct a CommandLine
(Maint) Simplify logic to find subcommand name
(Maint) Separate discovery of subcommand name from args
(#7316) Document API used by CommandLine
(Maint) Create a mutation preserving wrapper for CommandLine
Merge pull request #1296 from joshcooper/ticket/master/7316-restore-unknown-subcommand
(#16753) Change name of 'Woy' to 'WriteOnlyYaml'
(#16753) Improve test to check contents of written file
(#16753) Verify by using puppet node search
(#16753) Remove use of routes file in test
Merge pull request #1317 from zaphod42/issue/master/16753-list-all-nodes
(Maint) Clarify what the options to less are
(#7316) List subcommands in a supported manner
(Maint) Allow creating a test file with default options
(#7316) Use tempfile utilities for managing files
(Maint) Fix syntax error in module generate template
(#7316) Test faces from modules using a module
(#7316) Do not run on windows
(#7316) Give test file a more descriptive name
Merge branch 'ticket/master/7316-command-line-modulepath'
Merge pull request #1322 from joshcooper/ticket/master/18041-delete-list-loaded
(#15496) Expand testing of Time serialization to cover more cases
(#15496) Remove duplication of checks in ZAML tests
Merge pull request #1330 from zaphod42/issue/master/15496-incorrect-zaml-utc-offset
(Maint) Canonization is for saints
(Maint) Reformat collector test to make it easier to read
(Maint) Change collector tests to be more intent revealing
(#10963) Test resource collection inside a class/define
Merge pull request #1334 from zaphod42/issue/master/10963-collected-resources-on-ruby-1.9
(Maint) Cleanup tests for owner to actually test the logic
(Maint) Cleanup tests for group to actually test the logic
(Maint) Move variable closer to point of use
(Maint) Remove duplicate tests
(Maint) Clarify error message for invalid group and owner
(Maint) Show the actual allowed values for group
(Maint) Remove duplication in parameter checking
(#9862) Allow group to be root
(#9862) Do not manage the group if it doesn't exist
(Maint) Invert logic to make it more straightforward
(#9862) Add acceptance test for issue
(Maint) Ensure tests are hitting the right ascpect
(#9862) Promote user/group logic to first class
(#9862) Document management of file owners and groups
(#17371) Add acceptance test for applying correct privileges
Merge pull request #1361 from zaphod42/tickets/master/17371-conf-mode
(Maint) Exclude ownership test from windows
(Maint) Use string for exclusion instead of symbol
Merge pull request #1332 from joshcooper/ticket/master/15529-reinitialize_app_defaults
Merge pull request #1369 from nfagerlund/fileserver_conf
Merge pull request #1370 from hlindberg/yard2
(Maint) Update the supported ruby versions
(Maint) Point users to mailing list and IRC
(Maint) Remove "RVM considered harmful"
(Maint) Remove references to 'I'
(Maint) Create sections of information
(Maint) Change to README.md for yard frontpage
Merge pull request #1390 from joshcooper/maint/master/remove-ca_md-setting
(#18468) Clarify message in defaults for debian
(#18636) Remove reference to non-existant token
(#18636) Change to friendlier way of specifying suitability
Merge pull request #1392 from joshcooper/maint/master/deprecate_dynamicfacts
Merge pull request #1393 from joshcooper/maint/master/generate-manpages
Merge pull request #1395 from jjulien/bug#18662
Merge pull request #1396 from pcarlisle/ticket/180260-selinux-stat-warnings
(#18636) Create only one always acceptable Proc
(#18636) Extract named constants for contextual acceptability
Merge pull request #1427 from hlindberg/deprecate-ruby-dsl
Andrew Regner (1):
(#17713) make upstart_version an instance variable
Branan Purvine-Riley (1):
(maint) Confine pty-based test to non-Windows hosts.
Chris Barker (1):
Adds additional check for osx puppet group creation
Curtis Ruck (1):
(#16137) Ensure HOME is set before attempting ~ expansion
Daniel Pittman (18):
Merge remote-tracking branch 'origin/3.x'
Merge branch 'jaydg-support-dragonfly-bsd'
Merge remote-tracking branch 'origin/3.x'
Merge remote-tracking branch 'origin/3.x'
Merge remote-tracking branch 'origin/3.x'
Merge pull request #1096 from djmitche/fix-umount-typo
Merge remote-tracking branch 'origin/3.x'
Merge remote-tracking branch 'origin/3.x'
Merge remote-tracking branch 'origin/3.x'
Merge remote-tracking branch 'origin/3.x'
Merge pull request #1112 from petere/envpuppet-warning
Merge pull request #1119 from branan/maint/confine_pty_to_linux
Merge pull request #1114 from vrthra/ticket/3.x/16120_add_holdable_ips
Merge remote-tracking branch 'origin/3.x'
Merge remote-tracking branch 'origin/3.x'
Merge remote-tracking branch 'origin/3.x'
Merge remote-tracking branch 'origin/3.x'
Merge remote-tracking branch 'origin/3.x'
Dave Dash (1):
Removing -e options from pip provider.
Dominic Cleal (2):
(#15529) Initialize app settings before all and each test
(#17371) Re-initialize settings metadata after run_mode determined
Dustin J. Mitchell (1):
Fix a small docs typo - umounted vs. unmounted
Eric Sorenson (3):
(#16768) Clarify documentation about the purpose of --no-client
(#15496) Correctly determine timezone offset
(#15496) Adds tests for our Time#to_zaml serialization
Erik Dalén (7):
(#15989) Allow setting arity on functions
(#15989) Set arity on functions
(#15989) Tests for function arity
(#15081) Make virtual resources work with create_resources
(#4695) Puppet should not reset locale for services
(#18161) Honor CA SRV record for all types of CA requests
(#18162) Honor fileserver SRV record for file metadata requests
Garrett Honeycutt (3):
(#18298) Make useradd use osfamily not operatingsystem
(maint) Whitespace only cleanup of useradd provider
(#18298) Use `==` not `include?` in useradd provider
Gary Larizza (2):
[12833] Refactor directoryservice user provider
(#16271) Implement restart action for launchd
Henrik (1):
(Maint) fixing all lint warnings
Henrik Lindberg (31):
Merge pull request #1204 from nfagerlund/ticket/4388/remove_authconfig
(#4388) Fix false negative test using removed authconfig setting
Make spec_helper manage tmpdir.
(#17844) Change 'my' to 'ruby_eval' for evaluation in Object's scope.
(#17845) - Add YARD doc to [] and []= in scope (= API)
(#17845) Add @since 3.0.x EXPERIMENTAL to Puppet::DSL (transitive).
Merge pull request #1302 from hlindberg/17845-yard-doc-ruby-dsl
Correct change of [] and []= to have additional options.
(yardoc) Correct @since information in the Ruby DSL files.
(yardoc) Fix Ruby DSL yardoc.
(yardoc) Add @status (transitive) and @comment (hidden) doc tags.
(yardoc) Refactor status for Puppet DSL; from @since to @status.
Merge branch 'master' of ssh://github.com/puppetlabs/puppet.git
(#16753) Add write only YAML cache for nodes.
(#16753) Add acceptance test for write only yaml cache.
(#16753) Make it possible to turn off the woy cache.
(#16753) Fix issue with facter terminus not being set to yaml.
(maint) Fix spelling error in message for interrupt.
Merge pull request #1344 from zaphod42/issue/master/9862-cannot-run-without-puppet-group
(#17994) Fix wrong (decimal) mode causes sticky bit to be set.
(#18023) Document user facing classes using yardoc and show api.
(yardoc) Fix mixup of 'is' vs. 'should' in Type#[](name) yardoc.
(#18458) Make Ruby DSL manifests always reload.
(#18739) Make calling functions from Ruby DSL work.
(#18458) Add test that "always stale" mode is supported for LoadedFile.
(#18458) Fix comment typos and removes unwanted required file.
(#18458) Refactor "always-stale" LoadedFile into separate class.
(yardoc) Fix yardoc comments and others after always-stale refactoring
(#18458) Remove unnecessary test in always stale spec.
Merge pull request #1419 from hlindberg/18458-Reload-Ruby-DSL
(#18876) Add deprecation warning for use of ruby dsl.
Hunter Haugen (1):
(#10963) Collector overrides should work in Ruby 1.9
James Perry (1):
(#17716) HPUX_user_provider
Jared Curtis (4):
(#15980) The pip provider doesn't work correctly on redhat based systems
(#15980) Test to verify that pip-python is used on Redhat systems
(#15980) Tests to confirm functionality of the cmd function
(#15980) wrapping tests so that they're tested on both 'RedHat' and 'Not
Jasper Lievisse Adriaanse (1):
(#16752) Add support for pkg.conf on openbsd
Jeff McCune (113):
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Revert "Revert "Merge branch 'fix/3.x/7316_load_faces_from_modulepath_try3' into 3.x""
(#7316) Add spec coverage for Puppet::Application::Master#app_defaults
(#7316) Do not set default values for confdir and vardir in the master
Merge branch '3.0.x' into 3.x
Merge branch '3.x'
Revert "Merge pull request #1190 from jeffmccune/fix/master/7316_load_faces_from_modulepath_try4"
Merge branch '3.0.x'
Merge branch '3.0.x'
(maint) Update mailmap for git shortlog
Merge branch '3.0.x'
Merge branch '3.0.x'
Merge branch '3.0.x'
(#15081) Update create_resources() inline documentation
Merge branch 'dalen-create_resources-virtexport'
Merge branch '2.7.x' into 3.0.x
Merge branch '3.0.x'
Merge branch '3.0.x'
Merge branch '3.0.x'
Merge branch 'dalen-function_arity'
Merge branch 'dalen-service_locales'
Merge branch '3.0.x'
(maint) Add expectation pip does not use -e flag
Merge branch 'davedash-patch-1'
(maint) Document Puppet::Parser::Functions.newfunction
Merge branch 'fix/master/document_parser_newfunction'
Merge branch 'fix/3.0.x/glarizza_12833_user_refactor' into 3.0.x
Merge branch '3.0.x'
Merge branch '3.0.x'
Merge branch '3.0.x'
Merge branch '3.0.x'
Improve Puppet.version API to help automate releases
Merge branch 'feature/master/define_version_api'
Merge branch '3.0.x'
Merge branch 'jmccann-augeas_add_clearm_support'
Merge branch '3.0.x'
Merge pull request #1299 from lotheac/dont_use_svcprop
Merge branch '3.0.x'
Merge branch '3.0.x'
Merge branch '3.0.x'
Merge pull request #1326 from nfagerlund/maint_cruft_of_doom
Merge branch 'ghoneycutt-tickets/master/18298_useradd_switch_operatingsystem_to_osfamily'
(maint) Fix spec failure in hiera_spec
Merge branch 'fix/3.0.x/hiera_default_config_spec' into 3.0.x
Merge branch '3.0.x'
(maint) Fix spec failure in hiera_spec try 2
Merge branch 'fix/3.0.x/hiera_default_try2' into 3.0.x
Merge branch '3.0.x'
(maint) Update bundle dependencies
Merge branch 'maint/3.0.x/update_bundle_dependencies' into 3.0.x
Merge branch '3.0.x'
Merge branch 'dalen-srv_ca'
Merge branch 'dalen-file_metadata_srv'
Merge pull request #1363 from haus/feature/master/add_postflight_for_osx
Merge branch 'mrrcollins-bug17898'
(maint) Skip IPv6 examples that cannot pass on MRI 1.9.3-p327
(maint) Use conditional pending mechanism for ruby issue 7477
Merge pull request #1367 from jeffmccune/fix/master/ipaddress_specs
Fixup use of conditional pending
(maint) Add Travis CI Support
Future proof authstore ruby issue 7477
Merge pull request #1373 from jeffmccune/feature/master/travis_ci
(maint) Add Travis CI support to active branches
Merge branch 'fix/2.7.x/travis_active_branches' into 2.7.x
Merge branch '2.7.x' into 3.0.x
Merge branch '3.0.x'
Relax gem dependencies on Facter and Hiera
Merge pull request #1372 from jeffmccune/fix/master/gem_dependencies
Merge pull request #1368 from mrzarquon/osx_pkg_groupcheck
Merge branch 'adrienthebo-maint/master/remove_unused_transaction_attributes'
Merge branch 'mruzicka-ticket/master/14872-PMT-respect-environments'
Revert "Merge branch 'mruzicka-ticket/master/14872-PMT-respect-environments'"
Merge branch 'fix/master/14872_revert_pmt_modulepath'
(#17716) Improve the provider spec tests for hpux password management
(maint) Re-indent the HPUX user provider file
Merge branch 'jjperry69-17716/master/17716_HPUX_user_provider'
Merge pull request #1383 from Aethylred/fix/master/string_miscast_settings.rb
Merge branch 'stschulte-ticket/master/11675_implement_expiry_retrieve'
Revert "Merge branch 'stschulte-ticket/master/11675_implement_expiry_retrieve'"
Merge branch 'stschulte-ticket/master/fixup_expiry'
Merge pull request #1384 from joshcooper/ticket/master/18440-macosx-service
Revert "Merge branch 'stschulte-ticket/master/fixup_expiry'"
Merge branch 'reidmv-fix/master/formats_render_empty_hash'
Merge branch 'adregner-fix/master/service_upstart_class_variable_access'
Merge branch 'ryanuber-rpm-file-attr-workaround'
Merge branch 'jaredcurtis-fix/master/15980'
Merge branch 'omcnet-fix/master/keywords_support_in_portage_provider'
(docs) Add COMMITTERS.md to guide committers
Merge branch 'jeffmccune-committers_doc'
Merge branch 'alexharv074-ticket/3.0.x/17295_puppet_not_sanity_checking_default_digest'
(maint) Whitespace only cleanup of launchd provider
Merge branch 'glarizza-bug/master/16271_launchd_restart_action'
Joachim de Groot (1):
Add support for DragonFly BSD.
John Julien (3):
Fixed rpsec issue for useradd on Red Hat
(#18662) Rewrote test case to stub out check_manage_home to account for RedHat systems
(#18662) cleaned up #check_manage_home and #create test cases
Josh Cooper (59):
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.x'
Merge remote-tracking branch 'upstream/3.0.x'
Merge remote-tracking branch 'upstream/3.0.x'
Merge remote-tracking branch 'upstream/3.0.x'
Merge remote-tracking branch 'upstream/3.0.x'
Maint: Refactor code for loading ssl files
Maint: Cleanup order dependent test failure
Maint: Fix poorly mocked test
Maint: Fix typo
Merge branch 'ticket/master/7622-remove-confine-true-with-feature'
Merge remote-tracking branch 'upstream/3.0.x'
Merge remote-tracking branch 'upstream/3.0.x'
Merge remote-tracking branch 'upstream/3.0.x'
Merge pull request #1283 from zaphod42/maint/master/cleanup-hiera-puppet-merge
Merge branch 'issue/master/7316-load-faces-from-modules'
(#7316) Ensure changes to mutable CommandLine wrapper don't affect ARGV
(#7316) Restore unknown subcommand behavior
Merge remote-tracking branch 'upstream/3.0.x'
(#7316) Add method to expand autoloaded paths
(#18041) Remove Autoload.list_loaded method
(#7316) Refactor listing and requiring of applications
(#7316) List faces using an autoloader
(#7316) Append module plugin directories to $LOAD_PATH
(#7316) Warn if script action is reloaded
(#7316) Add acceptance test for loading face from module
Merge remote-tracking branch 'upstream/3.0.x'
Maint: Skip yaml/timezone specs on Windows
Maint: Only validate that 6 digits of precision can be roundtripped
(#15529) Initialize settings before executing puppet specs
Merge branch 'maint/master/cleanup-config-parsing' of git://github.com/zaphod42/puppet
Revert "(Maint) Remove unused method sectionlist"
Revert "(Maint) Remove unneeded parse_file method"
Maint: Cleanup spec test
Maint: Remove duplicate tests
(#17994) Add tests for directory creation
(#17994) Rework symbolic mode acceptance test
Merge branch 'ticket/master/17994-wrong-mode-not-octal'
(#17994) Generate a new file and dir each time
(#17994) Handle setgid bit on Solaris specially
Merge branch 'ticket/master/17994-wrong-mode-not-octal'
(#18440) Don't make class methods private
Maint: Remove dead ca_md setting
Maint: Deprecate dynamicfacts setting
Maint: Add ronn dependency for building man pages
Maint: Update man pages
Revert "Maint: Add ronn dependency for building man pages"
Merge pull request #1391 from zaphod42/issue/master/18468-confusing-message-in-deb-install
Merge pull request #1404 from pdxmph/master
(#16752) Add tests for reading installpath from /etc/pkg.conf
(#16752) Better installpath validation
(#16752) Added additional tests and allow key=value
(#16752) Refactor spec test
(#18755) Consider prerelease gems in the search path
Merge branch 'issue/master/18636-rdoc-error-when-installing-gem' of git://github.com/zaphod42/puppet
Lauri Tirkkonen (1):
(#17861) start agent with no options on Solaris
Mateusz Lenik (1):
Add new Ruby DSL by Mateusz Lenik.
Matthaus Owens (19):
Merge branch '3.0.x'
Merge pull request #1308 from ryanuber/master
Merge branch '3.0.x'
Merge remote-tracking branch 'origin/3.0.x'
Merge branch '3.0.x'
Merge branch '3.0.x'
(maint) Remove non-existent files from puppet.spec.erb
(maint) Remove xargs rm on empty file list from puppet.spec.erb
Warn when using --[no-]tests flags in install.rb
Add postflight for OSX packages to add puppet user, group
Merge pull request #1375 from MosesMendoza/ticket/18394/fix_redhat_packaging
Update PUPPETVERSION to 3.1.0-rc1
Merge branch 'release/3.1.x/3.1.0-rc1'
(#17777) Update debian build-depends to only use ruby1.8
Merge branch '2.7.x' into 3.0.x
Merge branch '3.0.x'
Add extlookup2hiera manpages to redhat and debian packages
Update PUPPETVERSION to 3.1.0-rc2
Update PUPPETVERSION to 3.1.0
Michael Hall (2):
Clarifying description for key attribute.
Clarify the messages provided by the Debian puppet agent and master init scripts.
Michael Stahnke (2):
Merge pull request #1341 from haus/maint/master/remove_examples_munging_from_puppet_spec
Merge pull request #1342 from haus/maint/master/more_spec_fixes
Moses Mendoza (4):
Merge branch '3.0.x'
Merge branch '3.0.x'
Merge branch '3.0.x'
(#18394) Remove puppet-queue.conf from redhat spec
MosesMendoza (3):
Merge pull request #1303 from haus/maint/master/add_deprecation_warning_to_install_rb_on_tests_flag
Merge pull request #1412 from haus/ticket/2.7.x/17777_update_build_depends
Merge pull request #1432 from haus/maint/3.1.x/add_extlookup2hiera_manpages
Nick Fagerlund (11):
Maint: Remove example namespaceauth.conf files
Maint: Remove outdated example puppet.conf
Maint: Remove a lot of messy and ancient do-nothing code from examples
Maint: Remove conf/epm.list
Maint: Move example fileserver.conf and tagmail.conf files to conf
Maint: Remove "ghost file" to obtain extra power from deathless wraiths
Maint: Remove mac_dscl and pkgdmg examples
Maint: Remove sample_module example
(#17448/#17449/#18045) Update fileserver.conf and auth.conf examples
Maint: Improve example tagmail.conf file with comments
Maint: Remove example puppet-queue.conf file
Nick Lewis (1):
Keep Scope#[]/[]= signatures the same as lookupvar/setvar
Patrick Carlisle (25):
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Merge branch '3.x'
Whitespace and formatting cleanups
Merge branch 'new-ruby-dsl-by-mlen'
Don't remove validate_arguments from backtraces
Merge branch '3.0.x'
Get YARD for the Puppet module to show up correctly.
Fix Puppet::Parser::Functions.arity
Flesh out documentation for Puppet::Parser::Functions
Add docs for lookupvar
Begin exposing Puppet::Type as public API.
(#18023) Preliminary YARD docs for Faces
(Maint) Only show YARD docs for methods tagged with @api
(Maint) Use --api instead of generic --query in yardopts
(#18026) Don't warn on failed stats for selinux context
Merge branch 'ticket/14782-pmt-respect-environments'
Revert "Merge pull request #1419 from hlindberg/18458-Reload-Ruby-DSL"
Revert "(yardoc) Refactor status for Puppet DSL; from @since to @status."
Revert "(yardoc) Correct @since information in the Ruby DSL files."
Revert "(#17845) Add @since 3.0.x EXPERIMENTAL to Puppet::DSL (transitive)."
Revert "(yardoc) Fix Ruby DSL yardoc."
Revert "Don't remove validate_arguments from backtraces"
Revert "Merge branch 'new-ruby-dsl-by-mlen'"
Paul Morgan (1):
tagmail: s/reportform/reportfrom/
Peter Eisentraut (1):
Make envpuppet print warning to stderr
Reid Vandewiele (1):
Fix empty hash console rendering bug
Ryan 'Gozar' Collins (1):
Bug #17898 - pkgdmg provider broken since version 2.7.13 under OS X 10.5 Leopard
Ryan Uber (2):
Fix for logdir perms regression in puppet.spec.erb (#17866)
Work-around for RH Bugzilla 681540 (defattr overrides in-line attr)
Stefan Schulte (8):
(#11675) Remove duplicate flag on useradd
maint: Add specs for password min age/max age
maint: Improve test coverage for nameservice provider
(#11675) Add value munging for nameservice provider
(#11675) Implement expiry in user provider
(#11675) Refactor useradd provider
Revert "Revert "Merge branch 'stschulte-ticket/master/11675_implement_expiry_retrieve'""
(#11675) Fix test failures in ruby 1.8.7
Steven Lindberg (1):
(#7962) Added description of 'duration' settings format.
Stig Sandbeck Mathisen (1):
Imported Upstream version 3.1.0
jmccann (1):
(#16112) Add Augeas clearm command support
l (2):
Fix portage-provider so that packages with keywords can be installed
Add tests for gentoo provider
mruzicka (2):
(#14872) PMT respect environment's module path
(#14872) PMT respect environment's module path
nfagerlund (6):
(#4388) Remove the dead `authconfig` setting
Maint: Document every terminus, especially static_compiler
Docs: Clarify that the "puppet" filebucket is magic to the static compiler
Merge pull request #1219 from nfagerlund/document_all_termini
Merge pull request #1231 from pdxmph/ssh_key_desc
Merge pull request #1320 from jumanjiman/reportfrom
pcarlisle (5):
Merge pull request #1377 from zaphod42/maint/master/update-readmes
Merge pull request #1371 from pcarlisle/faces-yard
Merge pull request #1423 from joshcooper/ticket/master/18755-include-prerelease-gems
Merge pull request #1379 from joshcooper/ticket/master/16752-openbsd-pkgconf
Merge pull request #1426 from pcarlisle/revert-ruby-dsl
rahul (2):
(#16120) ips package provider gets feature holdable.
(#16120) ips package provider gets feature holdable.
vrthra (1):
Merge pull request #1150 from vrthra/maint/master/fix_pkg_provider
-----------------------------------------------------------------------
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list