From a9af606482b2b0875bdb1e5c6e1b86b4b31ecf87 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 9 Nov 2017 13:08:26 -0500 Subject: [PATCH] (docs) Minor style changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ceca1a..c97982f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ puppet module install kinneygroup-appdynamics To perform a basic appdynamics installation, declare the appdynamics class. ```puppet -include appdynamics +include ::appdynamics ``` ## Usage @@ -50,7 +50,7 @@ include appdynamics ### Basic install ```puppet -class { 'appdynamics': +class { '::appdynamics': password => 'pa55word', controller_install_path => '/opt/appdynamics/controller.sh', ha_toolkit_path => '/opt/appdynamics/ha-toolkit.tar.gz', @@ -75,7 +75,7 @@ The appdynamics module comes with a number of options to interface with appdynam * appdynamics: The main class -###Parameters +## Parameters ### `controller_install_path`