Fix implicit dependency on firewall cookbook in kosmos-base
Also delete ufw cookbook, we're not using it
This commit is contained in:
@@ -7,6 +7,6 @@ default['firewall']['ufw']['defaults'] = {
|
||||
input: 'DROP',
|
||||
output: 'ACCEPT',
|
||||
forward: 'DROP',
|
||||
application: 'SKIP'
|
||||
}
|
||||
application: 'SKIP',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user