Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Update readme file
Browse files Browse the repository at this point in the history
Update readme file with default requirements. Added puppet syntax highlighting for code snippets.
  • Loading branch information
mkrakowitzer committed Dec 11, 2013
1 parent e6030fa commit f449f13
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ The following archives are supported:

###Setup Requirements

* No requirements

* Your site.pp should contain your default paths.
```puppet
Exec { path => "/usr/bin:/usr/sbin/:/bin:/sbin" }
```
##Usage

```puppet
# Set the default temp directory to use
class { 'deploy':
tempdir => '/opt/deploy'
Expand All @@ -43,7 +45,7 @@ The following archives are supported:
version => '1',
package => 'maven'
}

```
###Classes:
* `deploy` - set the default working directory.

Expand Down

0 comments on commit f449f13

Please sign in to comment.