Skip to content

Commit fb57134

Browse files
committed
Revert "Fix typo in systemctl command for ufw"
This reverts commit b9af046. For now, keeps this typo and avoid replacing all user data
1 parent 5e1846b commit fb57134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/cloudinit/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runcmd:
3939
#firewall rules are handled by openstack
4040
- ufw allow 1:32767/tcp
4141
- ufw allow 1:32767/udp
42-
- systemctl enable ufw
42+
- systemctl enable uf
4343
#fail2ban
4444
- printf "[sshd]\nenabled = true\nbanaction = iptables-multiport" > /etc/fail2ban/jail.local
4545
- systemctl enable fail2ban

0 commit comments

Comments
 (0)