Skip to content

Instantly share code, notes, and snippets.

@madAndroid
Created October 11, 2013 20:58
Show Gist options
  • Save madAndroid/6941948 to your computer and use it in GitHub Desktop.
Save madAndroid/6941948 to your computer and use it in GitHub Desktop.
$389_aws_servers = [ 'foo', 'bar' ]
$389_repl_host1 = $389_aws_servers[0]
$389_repl_host2 = $389_aws_servers[1]
notify { " REPL HOST 1 == $389_repl_host1": }
notify { " REPL HOST 2 == $389_repl_host2": }
file { '/tmp/test.txt':
content => template('setup.inf')
}
puppet apply init.pp --templatedir=./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment