Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-firewall
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-firewall
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.1
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 4, 2013

  1. (GH-139) Throw away STDERR from dpkg-query in Fact

    Newer versions of dpkg-query, as of Ubuntu 12.10, will make noise on STDERR
    if the queried package isn't currently installed. Facter's `exec()` outputs
    this without giving us a chance to catch it.
    
    Pipe STDERR to `/dev/null` so that it's not seen by the end-user. STDOUT
    will still be `nil` if the package isn't installed. It doesn't seem
    reasonable to spec test for this without reaching deep into Facter, so I'm
    not going to.
    dcarley committed Mar 4, 2013
    Configuration menu
    Copy the full SHA
    7c1ebd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2013

  1. Configuration menu
    Copy the full SHA
    bea3701 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #140 from laurenrother/readme_cleanup

    Update README to be consistent with module documentation template
    kbarber committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    f1e1fc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2013

  1. Fix failing spec tests, due to dpkg change in iptables_persistent_ver…

    …sion_spec
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Mar 14, 2013
    Configuration menu
    Copy the full SHA
    024f28d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'maint/master/fix_spec_failures'

    * maint/master/fix_spec_failures:
      Fix failing spec tests, due to dpkg change in iptables_persistent_version_spec
    kbarber committed Mar 14, 2013
    Configuration menu
    Copy the full SHA
    da0fe65 View commit details
    Browse the repository at this point in the history
  3. Release 0.2.1

    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Mar 14, 2013
    Configuration menu
    Copy the full SHA
    240a72e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ticket/master/release_021'

    * ticket/master/release_021:
      Release 0.2.1
    kbarber committed Mar 14, 2013
    Configuration menu
    Copy the full SHA
    3dcfa40 View commit details
    Browse the repository at this point in the history
Loading