Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ puppet module install kinneygroup-appdynamics
To perform a basic appdynamics installation, declare the appdynamics class.

```puppet
include appdynamics
include ::appdynamics
```

## Usage

### 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',
Expand All @@ -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`

Expand Down