Created
March 11, 2016 20:09
-
-
Save deric/ec2e33084398f238848c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Debug: /Stage[main]/Accounts::Groups/require: requires Class[Accounts::Users] | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/User[john]/require: requires Anchor[accounts::user::groups::john] | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/File[/home/john/.ssh]/require: requires File[/home/john] | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/File[/home/john/.ssh]/before: requires File[/home/john/.ssh/authorized_keys] | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/Group[john]/before: requires Anchor[accounts::user::groups::john] | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/Ssh_authorized_key[john_ssh-rsa]/require: requires File[/home/john/.ssh/authorized_keys] | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/File[/home/john/.ssh]: Autorequiring User[john] | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/File[/home/john/.ssh]: Autorequiring Group[john] | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/File[/home/john/.ssh/authorized_keys]: Autorequiring User[john] | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/File[/home/john/.ssh/authorized_keys]: Autorequiring Group[john] | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/Ssh_authorized_key[john_ssh-rsa]: Autorequiring User[john] | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/File[/home/john]: Autorequiring User[john] | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/File[/home/john]: Autorequiring Group[john] | |
Info: Applying configuration version '1457726849' | |
Debug: Executing '/usr/sbin/groupadd john' | |
Debug: Success: /usr/sbin/groupadd john | |
Debug: Executing '/bin/true' | |
Notice: /Stage[main]/Accounts::Users/Accounts::User[john]/Group[john]/ensure: created | |
Debug: /Group[john]: The container Accounts::User[john] will propagate my refresh event | |
Debug: Executing '/usr/sbin/useradd -g john -c john -d /home/john -s /bin/bash -m john' | |
Notice: /Stage[main]/Accounts::Users/Accounts::User[john]/User[john]/ensure: created | |
Debug: /User[john]: The container Accounts::User[john] will propagate my refresh event | |
Notice: /Stage[main]/Accounts::Users/Accounts::User[john]/File[/home/john/.ssh]/ensure: created | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/File[/home/john/.ssh]: The container Accounts::User[john] will propagate my refresh event | |
Notice: /Stage[main]/Accounts::Users/Accounts::User[john]/File[/home/john/.ssh/authorized_keys]/ensure: created | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/File[/home/john/.ssh/authorized_keys]: The container Accounts::User[john] will propagate my refresh event | |
Debug: Prefetching parsed resources for ssh_authorized_key | |
Notice: /Stage[main]/Accounts::Users/Accounts::User[john]/Ssh_authorized_key[john_ssh-rsa]/ensure: created | |
Info: Computing checksum on file /home/john/.ssh/authorized_keys | |
Debug: Evicting cache entry for environment 'production' | |
Debug: Caching environment 'production' (ttl = 0 sec) | |
Debug: Flushing ssh_authorized_key provider target /home/john/.ssh/authorized_keys | |
Debug: /Stage[main]/Accounts::Users/Accounts::User[john]/Ssh_authorized_key[john_ssh-rsa]: The container Accounts::User[john] will propagate my refresh event | |
Debug: Accounts::User[john]: The container Class[Accounts::Users] will propagate my refresh event | |
Debug: Class[Accounts::Users]: The container Stage[main] will propagate my refresh event | |
Debug: Executing '/usr/sbin/groupadd -g 158 engineers' | |
Debug: Success: /usr/sbin/groupadd -g 158 engineers | |
Debug: Executing '/usr/bin/gpasswd -a john engineers' | |
Debug: Success: /usr/bin/gpasswd -a john engineers | |
Debug: Executing '/bin/true' | |
Notice: /Stage[main]/Accounts::Groups/Accounts::Group[engineers]/Group[engineers]/ensure: created | |
Debug: /Group[engineers]: The container Accounts::Group[engineers] will propagate my refresh event | |
Debug: Accounts::Group[engineers]: The container Class[Accounts::Groups] will propagate my refresh event | |
Debug: Class[Accounts::Groups]: The container Stage[main] will propagate my refresh event | |
Debug: Finishing transaction 69850069233360 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment