You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,15 @@ class { '::redis::sentinel':
133
133
}
134
134
```
135
135
136
+
If installation without redis-server is desired, set `require_redis` parameter to false, i.e
137
+
```puppet
138
+
class { 'redis::sentinel':
139
+
...
140
+
require_redis => false,
141
+
...
142
+
}
143
+
```
144
+
136
145
### Soft dependency
137
146
138
147
When managing the repo, it either needs [puppetlabs/apt](https://forge.puppet.com/puppetlabs/apt) or [puppet/epel](https://forge.puppet.com/puppet/epel).
0 commit comments