Skip to content

Commit e0f3fa2

Browse files
committedJul 1, 2017
ignore files
1 parent 6c84388 commit e0f3fa2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Gemfile.lock
2-
spec/fixtures/modules
2+
spec/fixtures/modules
3+
pkg/

‎.pmtignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
spec/
2+
Gemfile
3+
Gemfile.lock
4+
Rakefile
5+
.rubocop.yml

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ Install-PackageProvider Nuget –Force
3030

3131
~~~ puppet
3232
psrepository { 'my-internal-repo':
33+
ensure => present,
3334
source_location => 'http://myrepo.corp.com/api/nuget/powershell',
34-
installation_policy => trusted,
35+
installation_policy => 'trusted',
3536
}
3637
~~~
3738

0 commit comments

Comments
 (0)