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-apt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.1
Choose a base ref
...
head repository: puppetlabs/puppetlabs-apt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.2
Choose a head ref
  • 15 commits
  • 29 files changed
  • 6 contributors

Commits on Mar 7, 2012

  1. Convert apt::key to use anchors

    Previously, apt::key used a noop exec hack to do exactly what anchors were
    intended to be used for. This commit removes the exec hack and achieves the
    same end using Anchor resources from the puppetlabs/stdlib module.
    reidmv committed Mar 7, 2012
    Configuration menu
    Copy the full SHA
    b9607a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2012

  1. Merge pull request #32 from pdxcat/convert_apt__key_to_use_anchors

    Convert apt::key to use anchors
    haus committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    3dd2d1f View commit details
    Browse the repository at this point in the history
  2. (#13125) Apt keys should be case insensitive

    Previously lowercase keys would be installed every
    puppet run because apt-key list returns an uppercase
    key. This commit makes the comparison case insensitive.
    blkperl committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    5148cbf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #34 from pdxcat/apt_key_should_be_case_insensitive

    (#13125) Apt keys should be case insensitive
    haus committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    a11a7b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2012

  1. Configuration menu
    Copy the full SHA
    99c3fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a758247 View commit details
    Browse the repository at this point in the history
  3. (#13289) Change test scaffolding to use a module & manifest dir fixtu…

    …re path
    
    This removes the need for depending on a global site.pp, and depending on the
    checked out apt module to be called 'apt' as well.
    
    It pulls in stdlib via sub-modules as I don't have a better way to deal with
    dependencies yet. It has pinned the revision for stdlib to 2.2.1 which is the
    minimum required version for apt to work.
    kbarber committed Mar 21, 2012
    Configuration menu
    Copy the full SHA
    0ea4ffa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c13872 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2012

  1. Merge pull request #37 from kbarber/ticket/master/13289

    Ticket/master/13289 Style violations & rspec cleanup
    Ryan Coleman committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    cd7a3ef View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2012

  1. Ignore pkg directory.

    This commit modifies .gitingore to ignore changes to the pkg directory
    used when building Forge releases.
    Ryan Coleman committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    1ead0bf View commit details
    Browse the repository at this point in the history
  2. (#13261) Replace foo source with puppetlabs source

    Prior to this commit, the source.pp test included an apt source
    named foo which broke the apt-get update exec when applied on a
    target system. This commit removes it in favor of the puppetlabs
    apt source which is valid on all target platforms.
    Ryan Coleman committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    7116c7a View commit details
    Browse the repository at this point in the history
  3. (#13261) Add key.pp smoke test

    This commit adds a smoke test for key.pp, adding a key declaration
    for the puppetlabs apt source.
    Ryan Coleman committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    d159a78 View commit details
    Browse the repository at this point in the history
  4. (#13261) Add real examples to smoke tests.

    This commit modifies some smoke tests with real-world usage examples
    instead of providing things like 'foo' that the module user must
    replace in order to conduct a smoke test or try out example functionality.
    Ryan Coleman committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    41cedbb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #36 from rcoleman/tickets/13261/improve_smoke_tests

    Tickets/13261/improve smoke tests
    ody committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    551a0d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2012

  1. Updated CHANGELOG and Modulefile for 0.0.2

    This commit updates both the Modulefile and CHANGELOG for the 0.0.2
    Puppet Forge release.
    Ryan Coleman committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    1218d11 View commit details
    Browse the repository at this point in the history
Loading