Skip to content

Commit 59542ec

Browse files
author
Kris Buytaert
committed
Merge branch 'master' of ssh://redmine.inuits.eu:2223/puppetmaster/modules/inuits-puppet-solr
2 parents 0457c0e + ae8ee4e commit 59542ec

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

manifests/config.pp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
ensure => 'present',
2121
owner => 'root',
2222
group => 'root',
23-
mode => '0755',
23+
mode => '0644',
2424
content => template('solr/Catalina.solr.xml.erb');
2525
}
2626

@@ -31,7 +31,7 @@
3131
# path => "${solr::home}/solr.xml",
3232
owner => 'root',
3333
group => 'root',
34-
mode => '0755',
34+
mode => '0644',
3535
}
3636
concat::fragment {'header':
3737
target => "${solr::home}/solr.xml",
@@ -46,4 +46,3 @@
4646
}
4747

4848
}
49-

manifests/core.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818
}
1919

2020
}
21-

0 commit comments

Comments
 (0)