import puppet-dashboard 0.2.1

The Puppet Dashboard is a Puppet web interface that provides node
management and reporting tools. Nodes can be exported in YAML format,
allowing the dashboard to be used as an external node classification
tool.

ok bernd@
This commit is contained in:
jasper 2010-03-25 21:54:08 +00:00
parent 07ff32bdb7
commit 6a8b16b81c
5 changed files with 4940 additions and 0 deletions

View File

@ -0,0 +1,41 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/03/25 21:54:08 jasper Exp $
COMMENT= overview of your Puppet ecosystem
V= 0.2.1
DISTNAME= puppet-dashboard-$V
CATEGORIES= www sysutils
HOMEPAGE= http://projects.reductivelabs.com/projects/dashboard
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES= lang/ruby
# Upstream only has stupid git tarballs.
MASTER_SITES= http://www.phil.uu.nl/~lievisse/distfiles/
RUN_DEPENDS= ::databases/ruby-mysql \
::devel/ruby-rake \
::lang/ruby,-iconv
PKG_ARCH= *
EXTRACT_ONLY=
NO_BUILD= Yes
NO_REGRESS= Yes
PREFIX= /var/www
INSTDIR= ${PREFIX}/puppet-dashboard
SUBST_VARS= INSTDIR V
do-install:
@cd ${PREFIX} && tar zxf ${FULLDISTDIR}/${DISTFILES}
@mv ${INSTDIR}-${V} ${INSTDIR}
@find ${PREFIX} -type f -name "*~" -exec rm {} \;
@chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (puppet-dashboard-0.2.1.tar.gz) = 5ygbvoqnEq9dJuo9QeQK7Q==
RMD160 (puppet-dashboard-0.2.1.tar.gz) = CI5C0Rc4C4Fq2cdhXWwjwOUvuOQ=
SHA1 (puppet-dashboard-0.2.1.tar.gz) = GqHanrh+o3bfK4cBJHoHw3vQbA0=
SHA256 (puppet-dashboard-0.2.1.tar.gz) = 8o0Z4cPPHm3b9GTt5uE4ox5y9lakNy378NJgWqOHRA0=
SIZE (puppet-dashboard-0.2.1.tar.gz) = 5145708

View File

@ -0,0 +1,4 @@
The Puppet Dashboard is a Puppet web interface that provides node
management and reporting tools. Nodes can be exported in YAML format,
allowing the dashboard to be used as an external node classification
tool.

View File

@ -0,0 +1,13 @@
The Puppet Dashboard has been installed into ${INSTDIR}
To configure your database you must first edit config/database.ymla
and then run the following command from ${INSTDIR}:
$ rake install
After that you can start your server by calling:
$ script/server
This will start a Rails server on port 3000. For more information on
Puppet Dashboard, please refer to ${INSTDIR}/README.markdown

File diff suppressed because it is too large Load Diff