Skip to content

Instantly share code, notes, and snippets.

@feniix
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save feniix/cf5a743121a8b95cdcbd to your computer and use it in GitHub Desktop.

Select an option

Save feniix/cf5a743121a8b95cdcbd to your computer and use it in GitHub Desktop.
---
classes:
- nginx
nginx::mail: false
nginx::manage_repo: false
nginx::nginx_upstreams:
'nexus-real':
ensure: present
members:
- 'localhost:8080'
nginx::nginx_vhosts:
'nexus-frontend':
ensure: present
proxy: 'http://nexus-real'
server_name:
- 'localhost'
- 'blue.spantree.net'
---
classes:
- motd
- ssh
---
:backends:
- yaml
:hierarchy:
- common
- "%{::fqdn}"
:logger: console
:yaml:
:datadir: '/usr/local/etc/puppet/hieradata'
@feniix

feniix commented Jun 5, 2014

Copy link
Copy Markdown
Author

I am getting this error:

Error: regsubst(): Bad regular expression `\' on node blue.spantree.net
Error: regsubst(): Bad regular expression `\' on node blue.spantree.net

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment