Added list of people who have contributed to modules
This commit is contained in:
parent
94c961688e
commit
d71553830d
3 changed files with 14 additions and 3 deletions
13
CREDITS
Normal file
13
CREDITS
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
This file lists people who have contributed to puppet modules:
|
||||||
|
|
||||||
|
The current maintainers:
|
||||||
|
|
||||||
|
Timo Mäkinen
|
||||||
|
Ossi Salmi
|
||||||
|
|
||||||
|
Additional people who have contributed patches:
|
||||||
|
|
||||||
|
Jarkko Huttunen
|
||||||
|
Juhani Eronen
|
||||||
|
Lari Huttunen
|
||||||
|
Marko Laakso
|
2
LICENSE
2
LICENSE
|
@ -1,5 +1,3 @@
|
||||||
Copyright (c) 2010, Timo Mäkinen
|
|
||||||
Copyright (c) 2010, Ossi Salmi
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ MANIFESTS = $(shell find . -name \*.pp)
|
||||||
|
|
||||||
all: puppet-modules.tar.gz
|
all: puppet-modules.tar.gz
|
||||||
|
|
||||||
puppet-modules.tar.gz: $(MODULES) LICENSE
|
puppet-modules.tar.gz: $(MODULES) LICENSE CREDITS
|
||||||
umask 022 ; tar zcvf $@ --owner=root --group=root \
|
umask 022 ; tar zcvf $@ --owner=root --group=root \
|
||||||
--mode g-w,o=g --exclude=.git --exclude=rdoc $^
|
--mode g-w,o=g --exclude=.git --exclude=rdoc $^
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue