Skip to content

Instantly share code, notes, and snippets.

View hdep's full-sized avatar

romgo hdep

  • Paris
View GitHub Profile
define tomcat::appconf(
$app_name = undef,
) {
file
{
"/applis/app/appconf":
ensure => directory,
path => "/applis/app/appconf/",
mode => 644,
owner => root,