Created
January 12, 2012 18:46
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Use blueprint to capture system state | |
2. use blueprint-show -P to dump it as puppet | |
3. try to apply with puppet, via | |
$ puppet apply -v -d -l /tmp/log manifests/init.pp | |
results in: | |
Thu Jan 12 10:12:29 -0800 2012 Puppet (debug): Creating default schedules | |
Thu Jan 12 10:12:29 -0800 2012 Puppet (debug): Failed to load library 'selinux' for feature 'selinux' | |
Thu Jan 12 10:12:29 -0800 2012 Puppet (debug): Puppet::Type::File::ProviderMicrosoft_windows: feature microsoft_windows is missing | |
Thu Jan 12 10:12:29 -0800 2012 Puppet (debug): Failed to load library 'ldap' for feature 'ldap' | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/ssl/private] (debug): Autorequiring File[/home/philiph/.puppet/ssl] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/var/log] (debug): Autorequiring File[/home/philiph/.puppet/var] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/var/run] (debug): Autorequiring File[/home/philiph/.puppet/var] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/var/state/state.yaml] (debug): Autorequiring File[/home/philiph/.puppet/var/state] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/var/clientbucket] (debug): Autorequiring File[/home/philiph/.puppet/var] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/var/state] (debug): Autorequiring File[/home/philiph/.puppet/var] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/var] (debug): Autorequiring File[/home/philiph/.puppet] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/var/state/graphs] (debug): Autorequiring File[/home/philiph/.puppet/var/state] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/ssl] (debug): Autorequiring File[/home/philiph/.puppet] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/var/client_data] (debug): Autorequiring File[/home/philiph/.puppet/var] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/ssl/certificate_requests] (debug): Autorequiring File[/home/philiph/.puppet/ssl] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/var/lib] (debug): Autorequiring File[/home/philiph/.puppet/var] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/var/facts] (debug): Autorequiring File[/home/philiph/.puppet/var] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/var/client_yaml] (debug): Autorequiring File[/home/philiph/.puppet/var] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/ssl/private_keys] (debug): Autorequiring File[/home/philiph/.puppet/ssl] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/ssl/public_keys] (debug): Autorequiring File[/home/philiph/.puppet/ssl] | |
Thu Jan 12 10:12:29 -0800 2012 /File[/home/philiph/.puppet/ssl/certs] (debug): Autorequiring File[/home/philiph/.puppet/ssl] | |
Thu Jan 12 10:12:29 -0800 2012 Puppet (debug): Finishing transaction 70248255815280 | |
Thu Jan 12 10:12:29 -0800 2012 Puppet (debug): Loaded state in 0.00 seconds | |
Thu Jan 12 10:12:29 -0800 2012 Puppet (info): Applying configuration version '1326391949' | |
Thu Jan 12 10:12:29 -0800 2012 Puppet (debug): Finishing transaction 70248257715720 | |
Thu Jan 12 10:12:29 -0800 2012 Puppet (debug): Storing state | |
Thu Jan 12 10:12:29 -0800 2012 Puppet (debug): Stored state in 0.00 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment