Skip to content

Commit

Permalink
(TESTING) sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Mar 2, 2023
1 parent 5948c4c commit 7df855d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}

exec { 'nmcli conn reload':
command => '/bin/nmcli conn reload',
command => '/bin/sleep 1 && /bin/nmcli conn reload',
refreshonly => true,
}
}

0 comments on commit 7df855d

Please sign in to comment.