Skip to content

Commit

Permalink
updated puppet server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Callahan authored and Callahan committed Jun 5, 2015
1 parent 4e4fbfb commit 8835630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ PUPPET_ROOT_GROUP=${PUPPET_ROOT_GROUP:-"root"}

case "${PUPPET_ENVIRONMENT}" in
development) PUPPET_SERVER=${PUPPET_SERVER:-"localhost"} ;;
test) PUPPET_SERVER=${PUPPET_SERVER:-"uitlpupt01.mcs.miamioh.edu"} ;;
staging) PUPPET_SERVER=${PUPPET_SERVER:-"uitlpupt01.mcs.miamioh.edu"} ;;
test) PUPPET_SERVER=${PUPPET_SERVER:-"uitlpupt02.mcs.miamioh.edu"} ;;
staging) PUPPET_SERVER=${PUPPET_SERVER:-"uitlpupt02.mcs.miamioh.edu"} ;;
production) PUPPET_SERVER=${PUPPET_SERVER:-"uitlpupp01.mcs.miamioh.edu"} ;;
*)
echo "Unknown/Unsupported PUPPET_ENVIRONMENT." >&2
Expand Down

0 comments on commit 8835630

Please sign in to comment.