diff options
Diffstat (limited to 'app-admin/puppet/puppet-3.3.2.ebuild')
-rw-r--r-- | app-admin/puppet/puppet-3.3.2.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/app-admin/puppet/puppet-3.3.2.ebuild b/app-admin/puppet/puppet-3.3.2.ebuild index 7504275e03ed..45c096472984 100644 --- a/app-admin/puppet/puppet-3.3.2.ebuild +++ b/app-admin/puppet/puppet-3.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.3.2.ebuild,v 1.1 2013/11/16 16:54:19 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.3.2.ebuild,v 1.2 2013/11/17 12:32:05 tampakrap Exp $ EAPI="5" @@ -119,14 +119,6 @@ pkg_postinst() { elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as this could" elog "cause puppet to hang while installing packages." elog - elog "Puppet uses eix to get information about currently installed packages," - elog "so please keep the eix metadata cache updated so puppet is able to properly" - elog "handle package installations." - elog - elog "Currently puppet only supports adding and removing services to the default" - elog "runlevel, if you want to add/remove a service from another runlevel you may" - elog "do so using symlinking." - elog elog "Portage Puppet module with Gentoo-specific resources:" elog "http://forge.puppetlabs.com/gentoo/portage" elog |