Skip to content

Commit

Permalink
Fix ignition config for the instantitated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sohankunkerkar committed Mar 23, 2020
1 parent 7d8410b commit a9bf7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/positive/files/units.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ func CreateInstantiatedService() types.Test {
"systemd": {
"units": [
{
"name": "[email protected]"
"contents": "[Unit]\nDescription=f\n[Service]\nType=oneshot\nExecStart=/bin/echo %i\nRemainAfterExit=yes\n[Install]\nWantedBy=multi-user.target\n",
"name": "[email protected]",
"contents": "[Unit]\nDescription=f\n[Service]\nType=oneshot\nExecStart=/bin/echo %i\nRemainAfterExit=yes\n[Install]\nWantedBy=multi-user.target\n"
},
{
"enabled": true,
Expand Down

0 comments on commit a9bf7c4

Please sign in to comment.