Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Updated mock-file examples to switch user to name to match plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyfay committed May 25, 2016
1 parent 34b0c60 commit 20119c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/tasks/mock-file.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"config": {
"/intel/mock": {
"user": "root",
"name": "root",
"password": "secret"
}
},
Expand Down
2 changes: 1 addition & 1 deletion examples/tasks/mock-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/intel/mock/*/baz: {}
config:
/intel/mock:
user: "root"
name: "root"
password: "secret"
process:
-
Expand Down

0 comments on commit 20119c5

Please sign in to comment.