-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from voxpupuli/docs
init.pp: Add puppet-strings documentation
- Loading branch information
Showing
2 changed files
with
18 additions
and
17 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 |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# | ||
# @summary installs bolt via yumrepo or release package | ||
# | ||
# @param version | ||
# @param base_url | ||
# @param gpgkey | ||
# @param use_release_package | ||
# @param version desired version for bolt | ||
# @param base_url HTTPS URL to the yumrepo base | ||
# @param release_package filename for the release package rpm | ||
# @param gpgkey name of the GPG key filename in the repo | ||
# @param use_release_package enable/disable the puppet-tools-release package installation. When disabled, we will configure the repo as yumrepo resource | ||
# | ||
# @author Tim Meusel <[email protected]> | ||
# | ||
|