7 lines
149 B
Ruby
7 lines
149 B
Ruby
|
execute 'ufw reload-or-enable' do
|
||
|
user 'root'
|
||
|
command 'LANG=C ufw reload | grep skipping && ufw --force enable || exit 0'
|
||
|
|
||
|
action :nothing
|
||
|
end
|