Lint fixes
This commit is contained in:
parent
57dd18fb9d
commit
20c9094c53
5 changed files with 15 additions and 14 deletions
|
@ -31,9 +31,9 @@ class redis($bind="127.0.0.1", $datadir="", $password="", $appendonly=false) {
|
|||
require => Package["redis"],
|
||||
}
|
||||
file { "/srv/redis":
|
||||
ensure => link,
|
||||
target => $datadir,
|
||||
before => Service["redis"],
|
||||
ensure => link,
|
||||
target => $datadir,
|
||||
before => Service["redis"],
|
||||
}
|
||||
} else {
|
||||
file { "/srv/redis":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue