Skip to content

Commit

Permalink
Start of a tsung module
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosimo Streppone committed Feb 23, 2012
1 parent 1cc5df9 commit 10d91c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tsung/manifests/init.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
class tsung {

$packagelist = ["gnuplot", "tsung"]

package { $packagelist:
ensure => "installed"
}
}

0 comments on commit 10d91c9

Please sign in to comment.