Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 0 additions & 9 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
---
Gemfile:
optional:
':build':
- gem: cim
- gem: mof
git: 'https://github.com/puppetlabs/mof.git'
ref: 'f50581901c53ff6a40c54b72ef5f4fcaed9679a1'
- gem: charlock_holmes
- gem: iconv
version: '~> 1.0.4'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.0')"
':development':
- gem: 'rspec-puppet'
platforms: ["mswin", "mingw", "x64_mingw"]
Expand Down
7 changes: 0 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ group :system_tests do
gem "puppet-blacksmith", '~> 3.4', :require => false
end

group :build do
gem "cim", :require => false
gem "mof", :require => false, :git => 'https://github.com/puppetlabs/mof.git', :ref => 'f50581901c53ff6a40c54b72ef5f4fcaed9679a1'
gem "charlock_holmes", :require => false
gem "iconv", '~> 1.0.4', :require => false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.0')
end

gem 'puppet', *location_for(ENV['PUPPET_GEM_VERSION'])

# Only explicitly specify Facter/Hiera if a version has been specified.
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,17 +514,12 @@ We want to keep it as easy as possible to contribute changes so that our modules

For more information, see our [module contribution guide.](https://docs.puppet.com/forge/contributing.html)

* The Puppet types are built from the source code of each DSC Resources MOF schema files. If you want to build the types, read the [Building DSC Resources readme](https://github.com/puppetlabs/puppetlabs-dsc/blob/master/README_BUILD.md).
* If you want the build Puppet types for your own custom DSC Resources, read [Building Puppet Types from Custom DSC Resources](https://github.com/puppetlabs/puppetlabs-dsc/blob/master/README_BUILD.md#building-puppet-types-from-custom-dsc-resources) readme.

### Version Strategy

This module generally follows [Semantic Versioning](http://semver.org/) for choosing an appropriate release version number with the following exception:

* Minor, for example from version 2.0.0 to 2.1.0

A minor change may also include [rebuilding the DSC resource types](https://github.com/puppetlabs/puppetlabs-dsc/blob/master/README_BUILD.md). Puppet wants to keep pace with the released DSC Resources from the PowerShell team repository, but this engenders risk as Puppet adopts third party code. Normally this would mean making major version bumps, but since this is anticipated to be frequent that would be too much churn.

### Contributors

To see who's already involved, see the [list of contributors.](https://github.com/puppetlabs/puppetlabs-dsc/graphs/contributors)
Expand Down
120 changes: 0 additions & 120 deletions README_BUILD.md

This file was deleted.

40 changes: 0 additions & 40 deletions README_CENTOS6.md

This file was deleted.

3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ require 'pry' if Bundler.rubygems.find_name('pry').any?

Bundler.require(:rake)

Dir.glob('build/*.rb').each { |r| import r }
Dir.glob('build/*.rake').each { |r| import r }

require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'

Expand Down
Loading