We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c84388 commit e0f3fa2Copy full SHA for e0f3fa2
.gitignore
@@ -1,2 +1,3 @@
1
Gemfile.lock
2
-spec/fixtures/modules
+spec/fixtures/modules
3
+pkg/
.pmtignore
@@ -0,0 +1,5 @@
+spec/
+Gemfile
+Gemfile.lock
4
+Rakefile
5
+.rubocop.yml
README.md
@@ -30,8 +30,9 @@ Install-PackageProvider Nuget –Force
30
31
~~~ puppet
32
psrepository { 'my-internal-repo':
33
+ ensure => present,
34
source_location => 'http://myrepo.corp.com/api/nuget/powershell',
- installation_policy => trusted,
35
+ installation_policy => 'trusted',
36
}
37
~~~
38
0 commit comments