Puppet Gentoo Portage Module

Provides Gentoo portage features for Puppet.

Travis Test status: Build
Status

Synopsis

package_use

package_use { "app-admin/puppet":
  use    => ["flag1", "flag2"],
  target => "puppet-flags",
}

use_flags can be either a string or an array of strings.

package_keywords

package_keywords { 'app-admin/puppet':
  keywords  => ['~x86', '-hppa'],
  target  => 'puppet',
}"

keywords can be either a string or an array of strings.

package_mask and package_unmask

package_unmask { '=app-admin/puppet-2.7.3':
  target  => 'puppet',
}"

package_mask { 'app-admin/tree':
  target  => 'tree',
}"

Limitations

These types and providers are built around the ParsedFile provider and are subject to the same limitations.

See Also

Contributors