Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maguec committed Apr 19, 2018
1 parent 946eae5 commit 41f407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/resolv.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

exec { 'hard_disable-ipv6':
command => '/bin/echo 1 > /proc/sys/net/ipv6/conf/eth0/disable_ipv6'
command => '/bin/echo 1 > /proc/sys/net/ipv6/conf/eth0/disable_ipv6',
refreshonly => true,
}

Expand Down

0 comments on commit 41f407c

Please sign in to comment.