~flepied/charms/precise/puppet/trunk

« back to all changes in this revision

Viewing changes to scripts/set-puppet-server

  • Committer: Clint Byrum
  • Date: 2012-04-16 16:57:44 UTC
  • Revision ID: clint@ubuntu.com-20120416165744-rti79zvpqq1bz70s
adding external puppetmaster capability

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
cat > /etc/puppet/puppet.conf <<EOF
 
3
[agent]
 
4
server = $1
 
5
EOF