Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 466234 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-admin/puppet/puppet-2.7.21.ebuild (-2 / +3 lines)
Lines 84-96 Link Here
84
	all_fakegem_install
84
	all_fakegem_install
85
85
86
	newinitd "${FILESDIR}"/puppet.init-r1 puppet
86
	newinitd "${FILESDIR}"/puppet.init-r1 puppet
87
	doconfd conf/gentoo/conf.d/puppet
88
87
89
	# Initial configuration files
88
	# Initial configuration files
90
	insinto /etc/puppet
89
	insinto /etc/puppet
91
	# Bug #338439
90
	# Bug #338439
92
	#doins conf/gentoo/puppet/*
91
	#doins conf/gentoo/puppet/*
93
	doins conf/redhat/puppet.conf
92
	#doins conf/redhat/puppet.conf
93
	doins "${FILESDIR}"/puppet.conf
94
94
95
	# Location of log and data files
95
	# Location of log and data files
96
	keepdir /var/{run,log}/puppet
96
	keepdir /var/{run,log}/puppet
Lines 102-107 Link Here
102
	else
102
	else
103
		newinitd "${FILESDIR}"/puppetmaster.init puppetmaster
103
		newinitd "${FILESDIR}"/puppetmaster.init puppetmaster
104
		newconfd "${FILESDIR}"/puppetmaster.confd puppetmaster
104
		newconfd "${FILESDIR}"/puppetmaster.confd puppetmaster
105
		newconfd "${FILESDIR}"/puppet.confd puppet
105
106
106
		insinto /etc/puppet
107
		insinto /etc/puppet
107
		doins conf/redhat/fileserver.conf
108
		doins conf/redhat/fileserver.conf

Return to bug 466234