solr: Improved init script
This commit is contained in:
parent
8276a8cc30
commit
0472e6b08e
2 changed files with 43 additions and 23 deletions
|
@ -137,9 +137,10 @@ class solr {
|
|||
}
|
||||
|
||||
service { "solr":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
hasstatus => true,
|
||||
ensure => running,
|
||||
enable => true,
|
||||
hasstatus => true,
|
||||
hasrestart => true,
|
||||
}
|
||||
|
||||
file { "/etc/solr":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue