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:
parent
07ff32bdb7
commit
6a8b16b81c
41
www/puppet-dashboard/Makefile
Normal file
41
www/puppet-dashboard/Makefile
Normal 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>
|
5
www/puppet-dashboard/distinfo
Normal file
5
www/puppet-dashboard/distinfo
Normal 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
|
4
www/puppet-dashboard/pkg/DESCR
Normal file
4
www/puppet-dashboard/pkg/DESCR
Normal 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.
|
13
www/puppet-dashboard/pkg/MESSAGE
Normal file
13
www/puppet-dashboard/pkg/MESSAGE
Normal 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
|
4877
www/puppet-dashboard/pkg/PLIST
Normal file
4877
www/puppet-dashboard/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user