diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-02-16 13:34:42 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-02-16 13:34:42 -0500 |
commit | 00c36df90bcade0a1a3f59ceb7b88142b6eab962 (patch) | |
tree | e71efc672b2a60a243547c098b552aeed2f58a44 /config | |
parent | 4213f7c28c2b6788938b1504e5dec7fcda2b8806 (diff) | |
download | vyos-cloud-init-00c36df90bcade0a1a3f59ceb7b88142b6eab962.tar.gz vyos-cloud-init-00c36df90bcade0a1a3f59ceb7b88142b6eab962.zip |
incorrect name for salt minion cloud_config
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 4eab2a36..fa17a2b3 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -24,7 +24,7 @@ cloud_config_modules: - timezone - puppet - chef - - salt + - salt-minion - mcollective - disable-ec2-metadata - runcmd |