Skip to content

Commit

Permalink
Merge pull request #20848 from jknphy/encryptedPassword
Browse files Browse the repository at this point in the history
Add file for plain password in Agama
  • Loading branch information
jknphy authored Dec 19, 2024
2 parents a943fd3 + 31b878e commit ab571e8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/yam/agama/auto/default_sap_no_scc_plain_password.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"product": {
"id": "SLES_SAP_16.0"
},
"user": {
"fullName": "Bernhard M. Wiedemann",
"password": "nots3cr3t",
"userName": "bernhard"
},
"root": {
"password": "nots3cr3t"
}
}
13 changes: 13 additions & 0 deletions data/yam/agama/auto/default_sle_no_scc_plain_password.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"product": {
"id": "SLES_16.0"
},
"user": {
"fullName": "Bernhard M. Wiedemann",
"password": "nots3cr3t",
"userName": "bernhard"
},
"root": {
"password": "nots3cr3t"
}
}

0 comments on commit ab571e8

Please sign in to comment.