Created
April 3, 2017 08:38
-
-
Save robinsmidsrod/fc5d14d3432d39b56ed3dee830da4189 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
disable_vmbus_time_sync_on_startup: | |
file.line: | |
- name: /etc/rc.local | |
- match: "/usr/local/sbin/vmbus_time_sync disable" | |
- content: "/usr/local/sbin/vmbus_time_sync disable" | |
- mode: ensure | |
- before: "exit 0\n" |
@haam3r: As I mentioned on IRC, the example you suggested will match and add the line on each run, so not usable for my use-case.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.