mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-23 04:08:02 +00:00
code examples for learning how to write secgen modules (standalone puppet)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Class: apache::python
|
||||
#
|
||||
# This class installs Python for Apache
|
||||
#
|
||||
# Parameters:
|
||||
# - $php_package
|
||||
#
|
||||
# Actions:
|
||||
# - Install Apache Python package
|
||||
#
|
||||
# Requires:
|
||||
#
|
||||
# Sample Usage:
|
||||
#
|
||||
class apache::python {
|
||||
warning('apache::python is deprecated; please use apache::mod::python')
|
||||
include ::apache::mod::python
|
||||
}
|
||||
Reference in New Issue
Block a user