Skip to content

Instantly share code, notes, and snippets.

@lutter
Created April 8, 2017 05:57
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 lutter/916731a5503fd5967da7124eb344267b to your computer and use it in GitHub Desktop.
Save lutter/916731a5503fd5967da7124eb344267b to your computer and use it in GitHub Desktop.
puppet resource for core types
for typ in $(puppet resource -t); do echo $typ; puppet resource $typ > /dev/null; done
augeas
Error: Could not run: Provider augeas has not defined the 'instances' class method
computer
cron
exec
file
Error: Could not run: Listing all file instances is not supported. Please specify a file or directory, e.g. puppet resource file /etc
filebucket
Error: Could not run: filebucket has no providers and has not overridden 'instances'
group
host
interface
Error: Could not run: undefined method `collect' for nil:NilClass
k5login
Error: Could not run: Provider k5login has not defined the 'instances' class method
macauthorization
mailalias
maillist
mcx
mount
nagios_command
nagios_contact
nagios_contactgroup
nagios_host
nagios_hostdependency
nagios_hostescalation
nagios_hostextinfo
nagios_hostgroup
nagios_service
nagios_servicedependency
nagios_serviceescalation
nagios_serviceextinfo
nagios_servicegroup
nagios_timeperiod
notify
Error: Could not run: notify has no providers and has not overridden 'instances'
package
resources
Error: Could not run: resources has no providers and has not overridden 'instances'
router
Error: Could not run: router has no providers and has not overridden 'instances'
schedule
scheduled_task
selboolean
Error: Could not run: Provider getsetsebool has not defined the 'instances' class method
selmodule
Error: Could not run: Provider semodule has not defined the 'instances' class method
service
ssh_authorized_key
sshkey
stage
Error: Could not run: stage has no providers and has not overridden 'instances'
tidy
user
vlan
Error: Could not run: undefined method `collect' for nil:NilClass
whit
Error: Could not run: whit has no providers and has not overridden 'instances'
yumrepo
zfs
zone
zpool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment