Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- student@x61s-3:~$ sudo puppet agent --test
- Info: Retrieving pluginfacts
- Info: Retrieving plugin
- Info: Loading facts
- Info: Caching catalog for x61s-3.local
- Info: Applying configuration version '1488884433'
- Notice: /Stage[main]/Main/Exec[apt-update]/returns: executed successfully
- Notice: /Stage[main]/Main/Exec[byobu-select-backend screen]/returns: executed successfully
- Notice: /Stage[main]/Main/Exec[mkdir /etc_skel]/returns: mkdir: cannot create directory '/etc_skel': File exists
- Error: mkdir /etc_skel returned 1 instead of one of [0]
- 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]
- 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.
- Error: git clone https://github.com/RobertBerger/ubuntu-base /etc_skel/ returned 128 instead of one of [0]
- 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]
- Notice: /Stage[main]/Main/Exec[cp -a /etc_skel/dockerfile/etc_skel/* /root/ ]/returns: executed successfully
- Notice: /Stage[main]/Main/Exec[dpkg-reconfigure -f noninteractive dash]/returns: executed successfully
- Notice: /Stage[main]/Main/Exec[echo "dash dash/sh boolean false" | debconf-set-selections]/returns: executed successfully
- Notice: /Stage[main]/Main/Exec[cp -a /etc_skel/dockerfile/etc_skel/* /etc/skel/ ]/returns: executed successfully
- Notice: Finished catalog run in 8.03 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement