Skip to content

Instantly share code, notes, and snippets.

@jordansissel
Created January 17, 2012 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordansissel/1625698 to your computer and use it in GitHub Desktop.
Save jordansissel/1625698 to your computer and use it in GitHub Desktop.
carrera(~) % puppet apply -e 'package { "cscope": provider => portage, ensure => present; } '
warning: Found multiple default providers for package: gem, pip; using gem
err: /Stage[main]//Package[cscope]: Provider portage is not functional on this host
notice: Finished catalog run in 0.01 seconds
@jhoblitt
Copy link

dull ~ # lsb_release -a
LSB Version: n/a
Distributor ID: Gentoo
Description: Gentoo Base System release 2.1
Release: 2.1
Codename: n/a
dull ~ # puppet --version
2.7.9dull ~ # emerge -s cscope
Searching...
[ Results for search key : cscope ]
[ Applications found : 2 ]

  • dev-util/cscope
    Latest version available: 15.7a-r1
    Latest version installed: [ Not Installed ]
    Size of files: 352 kB
    Homepage: http://cscope.sourceforge.net/
    Description: Interactively examine a C program
    License: BSD GPL-2
  • dev-util/min-cscope
    Latest version available: 16.1.0
    Latest version installed: [ Not Installed ]
    Size of files: 373 kB
    Homepage: http://sourceforge.net/projects/kscope/
    Description: Interactively examine a C program
    License: BSD

dull ~ # puppet apply -e 'package { "cscope": provider => portage, ensure => present; } '
notice: /Stage[main]//Package[cscope]/ensure: created
notice: Finished catalog run in 92.24 seconds

@jhoblitt
Copy link

This is with portage: 2.1.10.39.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment