Advertisement
RobertBerger

puppet-agent-run-1

Mar 7th, 2017
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. student@x61s-3:~$ sudo puppet agent --test
  2. Info: Retrieving pluginfacts
  3. Info: Retrieving plugin
  4. Info: Loading facts
  5. Info: Caching catalog for x61s-3.local
  6. Info: Applying configuration version '1488884364'
  7. Notice: /Stage[main]/Main/Exec[apt-update]/returns: executed successfully
  8. Notice: /Stage[main]/Main/Exec[byobu-select-backend screen]/returns: executed successfully
  9. Notice: /Stage[main]/Main/Exec[mkdir /etc_skel]/returns: mkdir: cannot create directory '/etc_skel': File exists
  10. Error: mkdir /etc_skel returned 1 instead of one of [0]
  11. Error: /Stage[main]/Main/Exec[mkdir /etc_skel]/returns: change from notrun to 0 failed: mkdir /etc_skel returned 1 instead of one of [0]
  12. Notice: /Stage[main]/Main/Exec[git clone https://github.com/RobertBerger/ubuntu-base /etc_skel/]/returns: fatal: destination path '/etc_skel' already exists and is not an empty directory.
  13. Error: git clone https://github.com/RobertBerger/ubuntu-base /etc_skel/ returned 128 instead of one of [0]
  14. Error: /Stage[main]/Main/Exec[git clone https://github.com/RobertBerger/ubuntu-base /etc_skel/]/returns: change from notrun to 0 failed: git clone https://github.com/RobertBerger/ubuntu-base /etc_skel/ returned 128 instead of one of [0]
  15. Notice: /Stage[main]/Main/Exec[cp -a /etc_skel/dockerfile/etc_skel/* /root/ ]/returns: executed successfully
  16. Notice: /Stage[main]/Main/Exec[dpkg-reconfigure -f noninteractive dash]/returns: executed successfully
  17. Notice: /Stage[main]/Main/Exec[echo "dash dash/sh boolean false" | debconf-set-selections]/returns: executed successfully
  18. Notice: /Stage[main]/Main/Exec[cp -a /etc_skel/dockerfile/etc_skel/* /etc/skel/ ]/returns: executed successfully
  19. Notice: Finished catalog run in 8.59 seconds
  20. student@x61s-3:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement