Skip to content

Commit

Permalink
Merge pull request #31 from jordiprats/master
Browse files Browse the repository at this point in the history
minor: estil
  • Loading branch information
jordiprats authored Mar 5, 2017
2 parents 8722026 + b232cca commit 6224d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ basic example from eyp-kibana:
systemd::service { 'kibana':
execstart => "${basedir}/${productname}/bin/kibana",
require => [ Class['systemd'], File["${basedir}/${productname}/config/kibana.yml"] ],
before => Service['kibana'],
before => Service['kibana'],
}
```

Expand Down

0 comments on commit 6224d2d

Please sign in to comment.