-
-
Notifications
You must be signed in to change notification settings - Fork 65
DEP 017
Ben Dalling edited this page May 6, 2016
·
1 revision
This is the removal of the class that is specific for the environment file in favour of using the generic cassandra::env
class.
Replace code that looks like this:
class { 'cassandra::env':
file_lines => {
...
}
}
with:
class { 'cassandra::file':
file => 'cassandra-env.sh',
file_lines => {
...
}
}
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License] (http://creativecommons.org/licenses/by-sa/4.0/)