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 ...@@ -127,19 +127,6 @@ class repomaster::deb_repository
notify => Service['nginx'], 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 { file {
'repo-nginx-conf': 'repo-nginx-conf':
ensure => 'file', ensure => 'file',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment