Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Adjust pedemo.config for pe_demo module changes
Browse files Browse the repository at this point in the history
The pe_demo module was adjusted to use the pe_demo class by default
and to revert the decision to randomize the home directories
because that behavior as implemented is sketchy at best.

This commit also reduces the number of nodes provisioned to 5 agents
as 9 agents takes just long enough to be unbearable.
  • Loading branch information
Ryan Coleman committed Jul 30, 2012
1 parent 2fd571b commit 8ae362b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions config/pedemo.config
Expand Up @@ -26,7 +26,7 @@ install_modules:
dashboard_groups:
pe_demo:
classes:
- pe_demo::live_management
- pe_demo
# Here's where the Puppet agents are defined. Note that the Puppet Master is
# automatically defined for you.
puppet_agents:
Expand All @@ -52,11 +52,3 @@ puppet_agents:
- pe_demo::motd
Agent5:
groups: pe_demo
Agent6:
groups: pe_demo
Agent7:
groups: pe_demo
Agent8:
groups: pe_demo
Agent9:
groups: pe_demo

0 comments on commit 8ae362b

Please sign in to comment.