-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Linting according to best Practices stated in PDK-Templates. PDK and the PDK-Templates themselves cannot currently be updated, because the current Rspec-Tests together with the custom spec_helper.rb cannot be used with recent PDK-Templates.
- Loading branch information
Showing
73 changed files
with
2,459 additions
and
2,474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,13 @@ | ||
--- | ||
fixtures: | ||
repositories: | ||
stdlib: | ||
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git" | ||
ref: "4.25.0" | ||
concat: | ||
repo: "git://github.com/puppetlabs/puppetlabs-concat.git" | ||
ref: "4.1.1" | ||
apt: | ||
repo: "git://github.com/puppetlabs/puppetlabs-apt.git" | ||
ref: "4.5.0" | ||
puppetserver_gem: | ||
repo: "git://github.com/puppetlabs/puppetlabs-puppetserver_gem.git" | ||
ref: "1.0.0" | ||
forge_modules: | ||
yumrepo_core: | ||
repo: "puppetlabs/yumrepo_core" | ||
ref: "1.2.0" | ||
powershell: | ||
repo: "puppetlabs/powershell" | ||
ref: "4.1.0" | ||
zypprepo: | ||
repo: "puppet/zypprepo" | ||
ref: "3.1.0" | ||
powershell: puppetlabs/powershell | ||
yumrepo_core: puppetlabs/yumrepo_core | ||
zypprepo: puppet/zypprepo | ||
repositories: | ||
apt: https://github.com/puppetlabs/puppetlabs-apt | ||
concat: https://github.com/puppetlabs/puppetlabs-concat | ||
puppetserver_gem: https://github.com/puppetlabs/puppetlabs-puppetserver_gem | ||
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib | ||
symlinks: | ||
custom_datadog: "#{source_dir}/spec/custom_fixtures/custom_datadog" | ||
datadog_agent: "#{source_dir}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.