change id
diff --git a/docker/host.sls b/docker/host.sls
index 0f499d4..d9846ea 100644
--- a/docker/host.sls
+++ b/docker/host.sls
@@ -10,6 +10,7 @@
 
 network.ipv4.ip_forward:
   sysctl.present:
+    - name: net.ipv4.ip_forward
     - value: 1
 
 {%- if grains.os == 'Ubuntu' %}