Skip to content

Instantly share code, notes, and snippets.

/init.pp Secret

Created November 26, 2015 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/64f3bb8d6f11c5ecba8c to your computer and use it in GitHub Desktop.
Save anonymous/64f3bb8d6f11c5ecba8c to your computer and use it in GitHub Desktop.
class nginxnaxsi (
$config_dir = '/etc/nginx',
$config_file = '/etc/nginx/nginx.conf',
$vhost_dir = "${nginxnaxsi::config_dir}/sites-available",
$vhost_dir_enabled = "${nginxnaxsi::config_dir}/sites-enabled",
){
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment