Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in puppet module install command #2

Merged
merged 1 commit into from
Jul 1, 2013
Merged
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
typo in puppet module install command
  • Loading branch information
fiddyspence committed Jul 1, 2013
commit 1f52be034a9066222898616e4c4c27ca5b451a67
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Installation section below to download and implement this module.
To begin using this module, use the Puppet Module Tool (PMT) from the command
line to install this module:

`puppet module install dhogland-splunk`
`puppet module install seteam-splunk`

This will place the module into your primary module path if you do not utilize
the -dir directive.
Expand Down