-
Notifications
You must be signed in to change notification settings - Fork 28
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 #10 from victor-mendoza/13.1.2
Add templates for Quattor 13.1.2
- Loading branch information
Showing
575 changed files
with
8,026 additions
and
673 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# # | ||
# Software subject to following license(s): | ||
# Apache 2 License (http://www.opensource.org/licenses/apache2.0) | ||
# Copyright (c) Responsible Organization | ||
# | ||
|
||
# # | ||
# Current developer(s): | ||
# Charles Loomis <[email protected]> | ||
# | ||
|
||
# # | ||
# Author(s): Jane SMITH, Joe DOE | ||
# | ||
|
||
# # | ||
# apel, 13.1.2, 1, 20131015-1127 | ||
# | ||
|
||
unique template components/apel/config-common; | ||
|
||
include { 'components/apel/schema' }; | ||
|
||
# Set prefix to root of component configuration. | ||
prefix '/software/components/apel'; | ||
|
||
'version' = '13.1.2'; | ||
#'package' = 'NCM::Component'; | ||
|
||
'active' ?= true; | ||
'dispatch' ?= true; |
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,30 @@ | ||
# # | ||
# Software subject to following license(s): | ||
# Apache 2 License (http://www.opensource.org/licenses/apache2.0) | ||
# Copyright (c) Responsible Organization | ||
# | ||
|
||
# # | ||
# Current developer(s): | ||
# Charles Loomis <[email protected]> | ||
# | ||
|
||
# # | ||
# Author(s): Jane SMITH, Joe DOE | ||
# | ||
|
||
# # | ||
# apel, 13.1.2, 1, 20131015-1127 | ||
# | ||
|
||
unique template components/apel/config-rpm; | ||
|
||
include { 'components/apel/config-common' }; | ||
|
||
# Set prefix to root of component configuration. | ||
prefix '/software/components/apel'; | ||
|
||
# Install Quattor configuration module via RPM package. | ||
'/software/packages' = pkg_repl('ncm-apel','13.1.2-1','noarch'); | ||
'dependencies/pre' ?= list('spma'); | ||
|
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,28 @@ | ||
# # | ||
# Software subject to following license(s): | ||
# Apache 2 License (http://www.opensource.org/licenses/apache2.0) | ||
# Copyright (c) Responsible Organization | ||
# | ||
|
||
# # | ||
# Current developer(s): | ||
# Charles Loomis <[email protected]> | ||
# | ||
|
||
# # | ||
# Author(s): Jane SMITH, Joe DOE | ||
# | ||
|
||
# # | ||
# apel, 13.1.2, 1, 20131015-1127 | ||
# | ||
|
||
unique template components/apel/config-xml; | ||
|
||
include { 'components/apel/config-common' }; | ||
|
||
# Set prefix to root of component configuration. | ||
prefix '/software/components/apel'; | ||
|
||
# Embed the Quattor configuration module into XML profile. | ||
'code' = file_contents('components/apel/apel.pm'); |
Oops, something went wrong.