-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Puppet (apply) provisioning plugin #629
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
030aedd
crude design attempt for a puppet-apply provisioning plugin
igalic e15d43e
remove iocage (c) from copy/pasted code
igalic b979db8
add puppet to available provisioning modules
gronke 4cb9e05
break cli example in puppet provisioner in multiple lines
gronke c5063d6
pkgs is a property and needs to be accessed by .
igalic 312ed37
be consistent with naming: use pluginDefinition as variable name
igalic 0ea62f4
add local & remote property to our plugin definition
igalic c6a45c5
puppet: use persistent dataset
igalic 3e925a3
remove unused copy/pasted function
igalic 8fa883d
only clone the repo if it doesnt already exist
igalic ca19958
only mount plugin dataset as rw when it needs to be rw
igalic 5a266d1
write postinstall (provisioning) script
igalic 35359c7
fix flake8 warnings
igalic e19087f
fix scope and name in puppet provisioning
gronke f48a1b5
puppet provisioning uses urllib.parse
gronke 87e3a43
rename url to source and allow it to be AbsolutePath
igalic 010047c
add --debug to puppet, libioc will filter it out anyway
igalic 12f538a
correct puppet provisioner url to source property
gronke 0b22678
use interpolation for used variables
gronke 8c946e5
raise correct ValueError instead of TypeError in Types.AbsolutePath a…
gronke c6ec4e9
move path validation methods from config to Resource
gronke b98a7d9
ToDo: remove unused jailed argument
gronke c671d88
docstring on JailGenerator._ensure_script_dir
gronke c14904f
refactor Provisioning
5adbb3b
set /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/roo…
d56ca12
fix typo in variable name in Fstab.insert
4d5ae50
puppet: fix for remote sources
igalic ad97934
Better documentation! for provisioning.method=puppet
igalic a0f8d2a
fix flake8 complaints
igalic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a method so important for security could be made public…