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-dsc_lite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-dsc_lite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.0
Choose a head ref
  • 11 commits
  • 5 files changed
  • 8 contributors

Commits on Aug 2, 2018

  1. Merge pull request #74 from puppetlabs/release

    (MODULES-7574) Mergeback for 0.6.0 release
    Iristyle authored Aug 2, 2018
    Configuration menu
    Copy the full SHA
    904f29b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Add an example of identifying available parameters

    With native Puppet types (including the `dsc_*` types), we're used to being able use `puppet describe` to explore the types and discover available parameters. When porting from `dsc` to `dsc_lite`, the lack of that ability might be a sticking point, especially for admins who primarily administer Linux boxes and aren't comfortable enough with PowerShell to know how to do this on their own.
    
    To mitigate that, we'll just show an example in the REAME.
    
    (Can someone with an actual Windows box correct this example to be consistent with the `WindowsFeature` code snippets that follow?)
    Ben Ford authored and RandomNoun7 committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    bc23f54 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Merge pull request #76 from RandomNoun7/maint/binford2k-readme-input

    Add an example of identifying available parameters
    michaeltlombardi authored Aug 13, 2018
    Configuration menu
    Copy the full SHA
    1541365 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. (MODULES-7556) readme note added

    This commit adds a note to the readme about advanced users.
    clairecadman committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    20174a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from clairecadman/readme_additions

    (MODULES-7556) Note added to README
    michaeltlombardi authored Aug 14, 2018
    Configuration menu
    Copy the full SHA
    defbc15 View commit details
    Browse the repository at this point in the history
  3. (MAINT) Improve Readme Code Example

    The previous code example used a shorthand PowerShell syntax that is not
    best practice to put into documentation. It also used a PowerShell DSC
    resource that is not installed by default on Windows machines.
    RandomNoun7 committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    13cf4f6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #78 from RandomNoun7/maint/master/improve-readme-c…

    …ode-example
    
    (MAINT) Improve Readme Code Example
    Iristyle authored Aug 14, 2018
    Configuration menu
    Copy the full SHA
    f785169 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. (MODULES-7658) use beaker3 in puppet-module-gems

    tphoney committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    140cf6e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Merge pull request #79 from puppetlabs/pdksync_pdksync-beaker3

    pdksync - (MODULES-7658) use beaker3 in puppet-module-gems
    glennsarti authored Aug 22, 2018
    Configuration menu
    Copy the full SHA
    b8756c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. (MODULES-7556) Release 1.0.0

    This commit updates the CHANGELOG and metadata.json for the 1.0.0
    supported release.
    jpogran committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    178e0dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #80 from jpogran/MODULES-7690-release-1.0.0

    (MODULES-7556) Release 1.0.0
    michaeltlombardi authored Aug 24, 2018
    Configuration menu
    Copy the full SHA
    d959876 View commit details
    Browse the repository at this point in the history
Loading