This adds some initial syntax for external edges to the language. There are still improvements which are necessary for send/recv.
9 lines
132 B
Plaintext
9 lines
132 B
Plaintext
password "pass0" {
|
|
length => 8,
|
|
}
|
|
|
|
file "/tmp/mgmt/password" {
|
|
}
|
|
|
|
Password["pass0"].password -> File["/tmp/mgmt/password"].content
|