Skip to content

Instantly share code, notes, and snippets.

@salderma
Last active December 24, 2015 00:09
Show Gist options
  • Save salderma/6715241 to your computer and use it in GitHub Desktop.
Save salderma/6715241 to your computer and use it in GitHub Desktop.
Solaris 10 puppet-ntp module testing output
[root@solaris1:/]# uname -a
SunOS solaris1 5.10 Generic_147441-27 i86pc i386 i86pc
[root@solaris1:/]# puppet agent --test
info: Retrieving plugin
info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb
info: Loading facts in /var/lib/puppet/lib/facter/last_run.rb
info: Loading facts in /var/lib/puppet/lib/facter/concat_basedir.rb
info: Loading facts in /var/lib/puppet/lib/facter/php_fact_version.rb
info: Loading facts in /var/lib/puppet/lib/facter/php_fact_extension_dir.rb
info: Loading facts in /var/lib/puppet/lib/facter/vmware.rb
info: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb
info: Loading facts in /var/lib/puppet/lib/facter/puppi_projects.rb
info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb
info: Loading facts in /var/lib/puppet/lib/facter/pe_version.rb
info: Caching catalog for solaris1.example.edu
info: Applying configuration version '1380206691'
err: /Stage[main]/Ntp/Package[ntp]: Could not evaluate: can't convert Array into String
notice: /Stage[main]/Ntp/File[ntp.conf]: Dependency Package[ntp] has failures: true
warning: /Stage[main]/Ntp/File[ntp.conf]: Skipping because of failed dependencies
notice: /Stage[main]/Ntp/Service[ntp]: Dependency Package[ntp] has failures: true
warning: /Stage[main]/Ntp/Service[ntp]: Skipping because of failed dependencies
notice: /Stage[main]/Ntp/File[ntp.cron]: Dependency Package[ntp] has failures: true
warning: /Stage[main]/Ntp/File[ntp.cron]: Skipping because of failed dependencies
notice: Unsupported platform: Solaris
notice: /Stage[main]/Vmwaretools::Params/Notify[Unsupported platform: Solaris]/message: defined 'message' as 'Unsupported platform: Solaris'
notice: Finished catalog run in 5.29 seconds
@janorn
Copy link

janorn commented Sep 27, 2013

puppet --version ?
ruby --version ?

Works fine on my Solaris 10 systems.

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