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

squash! Initial import from old puppet

parent 204f9ce7
No related branches found
No related tags found
No related merge requests found
......@@ -127,19 +127,6 @@ class repomaster::deb_repository
notify => Service['nginx'],
}
file {
'repo-ubuntu-conf':
ensure => 'file',
source => "puppet:///modules/repomaster/nginx/repo",
path => '/etc/nginx/sites-available/repo',
group => 'root',
owner => 'root',
mode => '0644',
notify => Service['nginx'],
}
file {
'repo-nginx-conf':
ensure => 'file',
......
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