summaryrefslogtreecommitdiff
path: root/files/configs/CentOS/defaults/hostgroups.cfg
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2009-12-02 17:19:20 -0500
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2009-12-02 17:19:20 -0500
commit97e13bd2809d1e431fcac063abeb757f235f2394 (patch)
tree225f906abe213aa3037b4b20bfa8f527aaf60416 /files/configs/CentOS/defaults/hostgroups.cfg
parent0bcac1357115fe9b03ec884632d46c93efb317d9 (diff)
replace defaults based on cfg files by puppet resources
Diffstat (limited to 'files/configs/CentOS/defaults/hostgroups.cfg')
-rw-r--r--files/configs/CentOS/defaults/hostgroups.cfg16
1 files changed, 0 insertions, 16 deletions
diff --git a/files/configs/CentOS/defaults/hostgroups.cfg b/files/configs/CentOS/defaults/hostgroups.cfg
deleted file mode 100644
index 728111c..0000000
--- a/files/configs/CentOS/defaults/hostgroups.cfg
+++ /dev/null
@@ -1,16 +0,0 @@
-###############################################################################
-###############################################################################
-#
-# HOST GROUPS
-#
-###############################################################################
-###############################################################################
-
-# We only have one host in our simple config file, so there is no need to
-# create more than one hostgroup.
-
-define hostgroup{
- hostgroup_name test
- alias Test Servers
- members localhost
- }