diff options
author | Micah Anderson <micah@riseup.net> | 2011-03-25 13:14:14 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2011-03-25 13:14:14 -0400 |
commit | 0961ad453b8befb4ea61bbd19f6ecea32b9619c9 (patch) | |
tree | ebecae2bd6ae0e8cba74b9c62d53d71e6d20daf1 | |
parent | 98e0f55b4270af738c9d843866c5c8a4ecd8cdbe (diff) | |
download | puppet-common-0961ad453b8befb4ea61bbd19f6ecea32b9619c9.tar.gz puppet-common-0961ad453b8befb4ea61bbd19f6ecea32b9619c9.tar.bz2 |
add Upgrade notice, and additional copyright information. I didn't get everyone in the copyright stanza, so please add yourself if you aren't there!
-rw-r--r-- | README | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1,7 +1,18 @@ +Common Module +------------- The common module installs various functions that are required by other modules. This module should be installed before any of the other module. +! Upgrade Notice ! + +The 'append_if_no_such_line' define has been replaced with the 'line' define. If +you are using 'append_if_no_such_line' anywhere in your manifests, you will need +to transition to 'line' before upgrading to this version of the common +module. The 'line' define is a drop-in replacement and essentially equivalent, +so the transition is quite easy, you should only simply need to change the name +in your manifests. + To use this module, follow these directions: 1. Your modules directory will need all the files included in this @@ -16,7 +27,18 @@ To use this module, follow these directions: import "common" -Author:: David Schmitt (mailto:david@dasz.at) +Original author: David Schmitt (mailto:david@dasz.at) Copyright:: Copyright (c) 2007-2009 dasz.at OG License:: 3-clause BSD +Additional authors: +Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at> +Copyright 2008-2011, admin(at)immerda.ch +Copyright 2008, Puzzle ITC GmbH + Marcel Härry haerry+puppet(at)puzzle.ch + Simon Josi josi+puppet(at)puzzle.ch +Copyright 2009-2011, Riseup Labs <http://riseuplabs.org> + Pietro Ferrari <pietro@riseup.net> + Micah Anderson <micah@riseup.net> +Copyright (C) 2007 Antoine Beaupre <anarcat@koumbit.org> +Copyright (c) 2011 intrigeri - intrigeri(at)boum.org
\ No newline at end of file |