forked from chocolatey-community/puppet-chocolatey_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chocolatey-communityGH-10) Add support for custom package folder
Add additional parameters to modify the chocolatey repository package folder and set custom permissions. Update readme.
- Loading branch information
1 parent
53e8df2
commit b2c17ad
Showing
4 changed files
with
119 additions
and
7 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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# setting up a chocolatey server on port 8080 with an alternate packages folder | ||
# without disabling the default web site | ||
class { 'chocolatey_server': | ||
packages_folder => 'C:\Chocolatey', | ||
port => '8080', | ||
} | ||
|
||
# installs chocolatey server with default parameters | ||
include chocolatey_server |
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