From f7fb8e3925736e8f2863bfa9ad94524f9e4c23d4 Mon Sep 17 00:00:00 2001 From: james pinkster Date: Fri, 1 Sep 2017 15:43:42 +1000 Subject: [PATCH] update README, closes #121 --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2add944..34b87ec 100644 --- a/README.rst +++ b/README.rst @@ -73,10 +73,15 @@ Meta-state for inclusion of all ng states. **Note:** nginx.ng requires the merge parameter of salt.modules.pillar.get(), first available in the Helium release. -``nginx.ng.install`` +``nginx.ng.pkg`` -------------------- -Installs the nginx package. +Installs nginx from package, from the distribution repositories, the official nginx repo or the ppa from Launchpad. + +``nginx.ng.src`` +-------------------- + +Builds and installs nginx from source. ``nginx.ng.config`` -------------------