From f449f134e006e12610140d99d877b06e50c42217 Mon Sep 17 00:00:00 2001 From: Merritt Krakowitzer Date: Wed, 11 Dec 2013 10:41:12 +0200 Subject: [PATCH] Update readme file Update readme file with default requirements. Added puppet syntax highlighting for code snippets. --- README.markdown | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index d2fd4c9..1122df3 100644 --- a/README.markdown +++ b/README.markdown @@ -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' @@ -43,7 +45,7 @@ The following archives are supported: version => '1', package => 'maven' } - +``` ###Classes: * `deploy` - set the default working directory.