public
Description: Puppet is a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration.
Homepage: http://reductivelabs.com/trac/puppet/
Clone URL: git://github.com/shadoi/puppet.git
puppet / LICENSE
100644 18 lines (13 sloc) 0.829 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Puppet - Automating Configuration Management. Copyright (C) 2005 Reductive Labs LLC
 
Reductive Labs can be contacted at: info@reductivelabs.com
 
This program and entire repository is free software; you can
redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software
Foundation; either version 2 of the License, or any later version.
 
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA