adding template for testing
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
define cd_haproxy::server::proxy (
|
||||
|
||||
$frontend_name = undef,
|
||||
$frontend_order = undef,
|
||||
$frontend_order = '010',
|
||||
|
||||
) {
|
||||
|
||||
|
||||
@@ -20,13 +20,12 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# @summary Define manages the proxies for cd_haproxy.
|
||||
###############################################################################
|
||||
class cd_haproxy::server::proxy_test.pp (
|
||||
class cd_haproxy::server::proxy_test (
|
||||
|
||||
) inherits cd_haproxy::params {
|
||||
|
||||
cd_haproxy::proxy { 'testing':
|
||||
frontend_name => 'test01',
|
||||
frontend_order => '001',
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user