diff options
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config-seed-random.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-seed-random.txt b/doc/examples/cloud-config-seed-random.txt index 08f69a9f..142b10cd 100644 --- a/doc/examples/cloud-config-seed-random.txt +++ b/doc/examples/cloud-config-seed-random.txt @@ -24,7 +24,7 @@ # Note: command could be ['pollinate', # '--server=http://local.pollinate.server'] # which would have pollinate populate /dev/urandom from provided server -seed_random: +random_seed: file: '/dev/urandom' data: 'my random string' encoding: 'raw' |