Skip to content
Snippets Groups Projects
Commit eab2978b authored by Torbjörn Lönnemark's avatar Torbjörn Lönnemark
Browse files

Use distro packages for nginx

The packages provided by the nginx developers causes dependency issues
with epel enabled.
parent 1290e0f8
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,9 @@ class analysator::system::pxe_install {
mode => '0444',
}
include ::nginx
class { '::nginx':
manage_repo => false,
}
nginx::resource::server { '10.41.0.1':
listen_port => 80,
www_root => '/usr/share/nginx/html/',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment