From 8b8f9125cdfb441236ae4615b5a3518215067c83 Mon Sep 17 00:00:00 2001 From: cwlinode Date: Mon, 26 Mar 2018 11:33:16 -0400 Subject: [PATCH] Update linode.rst Following this page to store profiles in `cloud.profiles.d/`, `salt-cloud -p linode_1024 linode-instance` returns the error below unless the profile is named with a `.conf` file extension. ``` [ERROR ] Profile linode_1024 is not defined Error: Profile linode_1024 is not defined ``` --- doc/topics/cloud/linode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/topics/cloud/linode.rst b/doc/topics/cloud/linode.rst index 871cb09b25..7302c81123 100644 --- a/doc/topics/cloud/linode.rst +++ b/doc/topics/cloud/linode.rst @@ -38,7 +38,7 @@ Set up the provider cloud configuration file at ``/etc/salt/cloud.providers`` or Profile Configuration ===================== Linode profiles require a ``provider``, ``size``, ``image``, and ``location``. Set up an initial profile -at ``/etc/salt/cloud.profiles`` or in the ``/etc/salt/cloud.profiles.d/`` directory: +at ``/etc/salt/cloud.profiles`` or ``/etc/salt/cloud.profiles.d/*.conf``: .. code-block:: yaml