Skip to content

Commit

Permalink
Update the chrony overwrite to bool
Browse files Browse the repository at this point in the history
Fixes #57

Signed-off-by: Yussuf Shaikh <yussuf@us.ibm.com>
  • Loading branch information
yussufsh committed Sep 4, 2020
1 parent 0137d2f commit 4eadb87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'source': 'data:text/plain;charset=utf-8;base64,' + chrony_b64,
'verification': {}
},
'filesystem': 'root'
'overwrite': True
})

ignition['storage']['files'] = files;
Expand Down

0 comments on commit 4eadb87

Please sign in to comment.