[Bug 1242363] Re: Puppet package needs ruby-hiera (unmapped dep)

Herbert herbert.fischer at gmail.com
Mon Oct 21 00:14:15 UTC 2013


Hi,

I'm not using nothing specific to Hiera, but I don't know if some 3rd
party module is (stdlib?).

There are the first 15 lines of the abstracts.pp file:

node 'debian-like-linux' {
	class { 'apt':
		always_apt_update    => false,
		disable_keys         => undef,
		proxy_host           => false,
		proxy_port           => '8080',
		purge_preferences_d  => false,
		purge_sources_list   => false,
		purge_sources_list_d => false,
	}
	sysctl { 'fs.file-max': value                  => '9999999' }
	sysctl { 'fs.inotify.max_user_watches': value  => '100000' }
	sysctl { 'fs.nr_open': value                   => '9999999' }
	sysctl { 'net.core.netdev_max_backlog': value  => '4096' }
	sysctl { 'net.core.rmem_max': value            => '16777216' }
        ...
}

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in Ubuntu.
https://bugs.launchpad.net/bugs/1242363

Title:
  Puppet package needs ruby-hiera (unmapped dep)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1242363/+subscriptions



More information about the Ubuntu-server-bugs mailing list