Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Apr 26, 2015
1 parent d443fbb commit 9486a83
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
9 changes: 0 additions & 9 deletions Modulefile

This file was deleted.

12 changes: 6 additions & 6 deletions manifests/mount.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@

if ( $create_dir == true ) and ( $only_check != true ) {
file { $name:
ensure => directory,
path => $name,
owner => $owner,
group => $group,
mode => $mode,
before => Mount[$name],
ensure => directory,
path => $name,
owner => $owner,
group => $group,
mode => $mode,
before => Mount[$name],
}
}

Expand Down
1 change: 1 addition & 0 deletions manifests/port.pp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#
define monitor::port (
$port,
$protocol,
Expand Down
1 change: 1 addition & 0 deletions manifests/process.pp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#
define monitor::process (
$tool,
$process = $name,
Expand Down
1 change: 1 addition & 0 deletions manifests/url.pp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#
define monitor::url (
$tool,
$url = 'http://127.0.0.1',
Expand Down

0 comments on commit 9486a83

Please sign in to comment.