Skip to content

Commit

Permalink
Merge pull request #285 from TracyWebTech/master
Browse files Browse the repository at this point in the history
Removing default.conf and example_ssl.conf
  • Loading branch information
James Fryman committed Apr 3, 2014
2 parents 5e5f9d2 + 940bf42 commit e20a343
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@
content => template($proxy_conf_template),
}

file { "${nginx::params::nx_conf_dir}/conf.d/default.conf":
ensure => absent,
}

file { "${nginx::params::nx_conf_dir}/conf.d/example_ssl.conf":
ensure => absent,
}

file { "${nginx::config::nx_temp_dir}/nginx.d":
ensure => absent,
purge => true,
Expand Down

0 comments on commit e20a343

Please sign in to comment.