From dc66a2b9ca234445464fbd2b850ca83779dd7774 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 22 Jun 2007 08:42:40 +0000 Subject: added skeleton for common module git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@51 f03ff2f1-f02d-0410-970d-b9634babeaa1 --- manifests/init.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifests/init.pp (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp new file mode 100644 index 0000000..0a57299 --- /dev/null +++ b/manifests/init.pp @@ -0,0 +1,12 @@ +# common/manifests/init.pp - Define common infrastructure for modules +# Copyright (C) 2007 David Schmitt +# See LICENSE for the full license granted to you. + +# Module programmers can use /var/lib/puppet/modules/$modulename to +# save module-local data, e.g. for constructing config files +file { + "/var/lib/puppet/modules": + ensure => directory, + mode => 0755, owner => root, group => root; +} + -- cgit v1.2.3