diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1be44a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/youngjin.han/dot-cdist/type/__my_computer/manifest~ +/youngjin.han/cdist.org~ diff --git a/README.md b/README.md index eec6ad8..5becb7a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ into the ungleich clearning circle. ## Repositories -* [Balazs](https://code.ungleich.ch/llnu/emacs-learning-group): git@code.ungleich.ch:llnu/emacs-learning-group.git +* [Balazs](https://code.ungleich.ch/llnu/ungleich-learning-circle-balazs): git@code.ungleich.ch:llnu/ungleich-learning-circle-balazs.git * [Jin-Guk](https://code.ungleich.ch/kjg/ungleich-learning-circle): git@code.ungleich.ch:kjg/ungleich-learning-circle.git * [Sami](https://code.ungleich.ch/samialazar/learning-cicle): git@code.ungleich.ch:samialazar/learning-cicle.git * [Youngjin](https://code.ungleich.ch/youngjin.han/ungleich-learning-circle): git@code.ungleich.ch:youngjin.han/ungleich-learning-circle.git diff --git a/balazs/dot-cdist/files/motd b/balazs/dot-cdist/files/motd new file mode 100644 index 0000000..5bff464 --- /dev/null +++ b/balazs/dot-cdist/files/motd @@ -0,0 +1,6 @@ +_____ __ _____________ ______ ______ +___ | / /___ ____ /__ /( )_______ ___________ ____ /________________ /_______ ___ _____________ +__ |/ /_ / / /_ /__ /_|/__ ___/ _ ___/_ / / /_ __ \ _ \_ ___/_ __ \ __ `/_ | / / _ \_ __ \ +_ /| / / /_/ /_ / _ / _(__ ) / /__ _ /_/ /_ /_/ / __/ / _ / / / /_/ /__ |/ // __/ / / / +/_/ |_/ \__,_/ /_/ /_/ /____/ \___/ _\__, / /_.___/\___//_/ /_/ /_/\__,_/ _____/ \___//_/ /_/ + /____/ diff --git a/balazs/dot-cdist/manifest/init b/balazs/dot-cdist/manifest/init new file mode 100644 index 0000000..0a4061b --- /dev/null +++ b/balazs/dot-cdist/manifest/init @@ -0,0 +1,21 @@ +case "$__target_host" in + localhost) + # Indicate that the target host is configured with cdist + __file /etc/cdist-configured + + # Copy a cool motd from the type's file directory + __motd --source "$__files/motd" + +# __package emacs --state present + + __timezone Europe/Zurich + + __my_computer + +# __my_nginx + + __my_nginx_site woo.com + __my_nginx_site chee.se +;; +esac + diff --git a/balazs/dot-cdist/type/__colorful_file/man b/balazs/dot-cdist/type/__colorful_file/man new file mode 100644 index 0000000..f933cf8 --- /dev/null +++ b/balazs/dot-cdist/type/__colorful_file/man @@ -0,0 +1,9 @@ +WIP + +This type creates a file with contents: +path: $__object_id +--colour: string + +Test it with: + +echo "__colorful_file /tmp/foo --colour red --colour blue" | cdist config -i - -c . -vv localhost diff --git a/balazs/dot-cdist/type/__colorful_file/manifest b/balazs/dot-cdist/type/__colorful_file/manifest new file mode 100644 index 0000000..5e04fc5 --- /dev/null +++ b/balazs/dot-cdist/type/__colorful_file/manifest @@ -0,0 +1,13 @@ +if [ -f "$__object/parameter/colour" ]; +then + while read -r 1 + do + __file "$__object_id" --source "$1" < /dev/null + echo "$1" >&2 + done < "$__object/parameter/colour" +#fi +#<< EOF +#colour="$(cat "$__object/parameter/colour")" +#EOF + else echo "Colour parameter is not supplied" ; exit 1 +fi \ No newline at end of file diff --git a/balazs/dot-cdist/type/__colorful_file/parameter/optional b/balazs/dot-cdist/type/__colorful_file/parameter/optional new file mode 100644 index 0000000..b0d95fa --- /dev/null +++ b/balazs/dot-cdist/type/__colorful_file/parameter/optional @@ -0,0 +1 @@ +colour diff --git a/balazs/dot-cdist/type/__my_computer/files/.emacs b/balazs/dot-cdist/type/__my_computer/files/.emacs new file mode 100644 index 0000000..ec788dc --- /dev/null +++ b/balazs/dot-cdist/type/__my_computer/files/.emacs @@ -0,0 +1,100 @@ +(defun copy-all () + "Copy entire buffer to clipboard" + (interactive) + (clipboard-kill-ring-save (point-min) (point-max))) + + +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +(package-initialize) + +;; (setq x-select-enable-clipboard t) + +;; Disable toolbar +(if window-system + (tool-bar-mode -1) + ) + +(require 'org) +(define-key global-map "\C-cl" 'org-store-link) +(define-key global-map "\C-ca" 'org-agenda) +(setq org-log-done t) + +;; Disable the splash screen (to enable it agin, replace the t with 0) +(setq inhibit-splash-screen t) + +;; Disabling things +;;----------------------------------------------------------------------- +(menu-bar-mode -1) + + +;; Setting key shortcut to open org-mode +(global-set-key (kbd "") (lambda() (interactive)(find-file "/mnt/cephfs/org-mode/todo"))) + +;; Disable auto indentation. Annoying when copying anything into emacs buffer +(when (fboundp 'electric-indent-mode) (electric-indent-mode -1)) + + +;; Enabled repositories +(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/") + ("melpa" . "https://melpa.org/packages/"))) +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(custom-safe-themes + (quote + ("ca8e0d49ebb38646fefb0c0756c411db2fd1f75bd0ad6f9b1ac173ca88d74724" default))) + '(package-selected-packages (quote (editorconfig magit)))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) + +(setq package-selected-packages + '(magit)) +;;(package-refresh-contents) +(package-install-selected-packages) + +;; Key shortcut for magit-status +(global-set-key (kbd "C-x g") 'magit-status) + + +;; Editorconfig plugin +(editorconfig-mode 1) + +;; Mail config : mu4e +(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e") +(require 'mu4e) + +(setq + mue4e-headers-skip-duplicates t + mu4e-view-show-images t + mu4e-view-show-addresses t + mu4e-compose-format-flowed nil + mu4e-date-format "%y/%m/%d" + mu4e-headers-date-format "%Y/%m/%d" + mu4e-change-filenames-when-moving t + mu4e-attachments-dir "~/Downloads" + + mu4e-maildir "~/.mail/llnu" ;; top-level Maildir + ;; note that these folders below must start with / + ;; the paths are relative to maildir root + mu4e-refile-folder "/Archive" + mu4e-sent-folder "/Sent" + mu4e-drafts-folder "/Drafts" + mu4e-trash-folder "/Trash") + +;; this setting allows to re-sync and re-index mail +;; by pressing U +(setq mu4e-get-mail-command "mbsync -a") + +;; +(setq shr-color-visible-luminance-min 70) + +(advice-add #'shr-colorize-region :around (defun shr-no-colourise-region (&rest ignore))) diff --git a/balazs/dot-cdist/type/__my_computer/manifest b/balazs/dot-cdist/type/__my_computer/manifest new file mode 100755 index 0000000..beb7bc2 --- /dev/null +++ b/balazs/dot-cdist/type/__my_computer/manifest @@ -0,0 +1,16 @@ +#!/bin/sh -e + +#This is a type for practice, used to learn cdist and configure a laptop. + + +for pkg in ndisc6 emacs zsh mosh nmap sipcalc; + do __package $pkg --state present; +done + +if [ ! -f "$__type/parameter/graphical" ]; then + + __package firefox --state present; +fi + + +__require="__package/emacs" __dot_file .emacs --user user --source "$__type/files/.emacs" diff --git a/balazs/dot-cdist/type/__my_computer/manifest~ b/balazs/dot-cdist/type/__my_computer/manifest~ new file mode 100755 index 0000000..a6ac13d --- /dev/null +++ b/balazs/dot-cdist/type/__my_computer/manifest~ @@ -0,0 +1,8 @@ +#!/bin/sh -e + +#This is a type for practice, used to learn cdist and configure a laptop. + + +for pkg in ndisc6 emacs zsh mosh nmap sipcalc; + do __package $pkg --state present; +done diff --git a/balazs/dot-cdist/type/__my_computer/parameter/boolean b/balazs/dot-cdist/type/__my_computer/parameter/boolean new file mode 100644 index 0000000..8e300c4 --- /dev/null +++ b/balazs/dot-cdist/type/__my_computer/parameter/boolean @@ -0,0 +1 @@ +graphical diff --git a/balazs/dot-cdist/type/__my_computer/singleton b/balazs/dot-cdist/type/__my_computer/singleton new file mode 100644 index 0000000..e69de29 diff --git a/balazs/dot-cdist/type/__my_nginx/manifest b/balazs/dot-cdist/type/__my_nginx/manifest new file mode 100644 index 0000000..fe6320e --- /dev/null +++ b/balazs/dot-cdist/type/__my_nginx/manifest @@ -0,0 +1,7 @@ + +__package nginx --state present + + +#Should I export this variable somehow and use it in an other type? +#nginx_config_dir="/etc/nginx/" + diff --git a/balazs/dot-cdist/type/__my_nginx/manifest~ b/balazs/dot-cdist/type/__my_nginx/manifest~ new file mode 100644 index 0000000..7758880 --- /dev/null +++ b/balazs/dot-cdist/type/__my_nginx/manifest~ @@ -0,0 +1,5 @@ + +__package nginx --state present + +nginx_config_dir="/etc/nginx/" + diff --git a/balazs/dot-cdist/type/__my_nginx/singleton b/balazs/dot-cdist/type/__my_nginx/singleton new file mode 100644 index 0000000..e69de29 diff --git a/balazs/dot-cdist/type/__my_nginx_site/files/chee.se.conf b/balazs/dot-cdist/type/__my_nginx_site/files/chee.se.conf new file mode 100644 index 0000000..2c00ee0 --- /dev/null +++ b/balazs/dot-cdist/type/__my_nginx_site/files/chee.se.conf @@ -0,0 +1,17 @@ +# This is a default site configuration which will simply return 404, preventing +# chance access to any other virtualhost. + +server { + listen 80 default_server; + listen [::]:80 default_server; + + # Everything is a 404 +# location / { +# return 404; +# } + + # You may need this to prevent return 404 recursion. +# location = /404.html { +# internal; +# } +} diff --git a/balazs/dot-cdist/type/__my_nginx_site/files/woo.com.conf b/balazs/dot-cdist/type/__my_nginx_site/files/woo.com.conf new file mode 100644 index 0000000..2c00ee0 --- /dev/null +++ b/balazs/dot-cdist/type/__my_nginx_site/files/woo.com.conf @@ -0,0 +1,17 @@ +# This is a default site configuration which will simply return 404, preventing +# chance access to any other virtualhost. + +server { + listen 80 default_server; + listen [::]:80 default_server; + + # Everything is a 404 +# location / { +# return 404; +# } + + # You may need this to prevent return 404 recursion. +# location = /404.html { +# internal; +# } +} diff --git a/balazs/dot-cdist/type/__my_nginx_site/manifest b/balazs/dot-cdist/type/__my_nginx_site/manifest new file mode 100644 index 0000000..7bdad79 --- /dev/null +++ b/balazs/dot-cdist/type/__my_nginx_site/manifest @@ -0,0 +1,17 @@ +domain="$__object_id" +nginx_config_dir="/etc/nginx/conf.d" + +require="__package/nginx" __file $nginx_config_dir/$domain.conf --source - << EOF + +server { + + server_name $domain; + listen [::]:80 ; + + location / { + autoindex on; + root /var/www/html/$domain; + } +} +EOF + diff --git a/balazs/dot-cdist/type/__my_nginx_site/manifest~ b/balazs/dot-cdist/type/__my_nginx_site/manifest~ new file mode 100644 index 0000000..bbc7518 --- /dev/null +++ b/balazs/dot-cdist/type/__my_nginx_site/manifest~ @@ -0,0 +1 @@ +require="__package/nginx" __file $nginx_config_dir/"$__object_id".conf \ No newline at end of file diff --git a/balazs/notes-05-01 b/balazs/notes-05-01 new file mode 100644 index 0000000..13f8331 --- /dev/null +++ b/balazs/notes-05-01 @@ -0,0 +1,12 @@ + + +Cdist: + +__package type doesnt mention the case for installing multiple packages, for loop? +TODO: add to wiki + + +Emacs: + +Lines are not wrapped in emacs (org-mode only?) -> temp fix: M-x toggle-truncate-lines +TODO: Modify default conf for org / emacs \ No newline at end of file diff --git a/balazs/orgfiles/cdist.org b/balazs/orgfiles/cdist.org new file mode 100644 index 0000000..ead91d7 --- /dev/null +++ b/balazs/orgfiles/cdist.org @@ -0,0 +1,99 @@ + +--- + +* Explain the difference between a singleton and non-singleton type: + +A single type can only be used once per host. + +(I don't see yet why this is important.) + +** Reference + If a type is flagged as a singleton, it may be used only once per host. This is useful for types which can be used only once on a system. Singleton types do not take an object name as argument. + (https://www.cdi.st/manual/latest/cdist-type.html?highlight=singleton) + + + +* Explain the difference between the different verbosity levels + +Verbosity levels are used to change the amount of information that is output on stdout about the configuration run. +I can be used for debugging, monitoring and scripting. + + +** Reference + +# verbosity +# Set verbosity level. Valid values are: +# ERROR, WARNING, INFO, VERBOSE, DEBUG, TRACE and OFF. + +(https://www.cdi.st/manual/latest/cdist-configuration.html?highlight=verbosity) + + + +* Logs (config run dumps per verbosity level) + +** No -v + +1lnu:/mnt/cephfs/infra/code.ungleich.ch/ungleich-learning-circle-balazs/balazs/dot-cdist$ cdist config -c . localhost + +No output + +** -v (INFO) + +1lnu:/mnt/cephfs/infra/code.ungleich.ch/ungleich-learning-circle-balazs/balazs/dot-cdist$ cdist config -c . -v localhost +INFO: localhost: Starting configuration run +INFO: localhost: Finished successful run in 7.95 seconds + +** -vv (VERBOSE) + +1lnu:/mnt/cephfs/infra/code.ungleich.ch/ungleich-learning-circle-balazs/balazs/dot-cdist$ cdist config -c . -vv localhost +VERBOSE: cdist: version 6.5.4-32-g250161e4 +INFO: localhost: Starting configuration run +VERBOSE: localhost: Running global explorers +VERBOSE: localhost: Running initial manifest /tmp/tmpec8j3nyk/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init +VERBOSE: localhost: Preparing object __my_computer/ + +... + +VERBOSE: localhost: Running object __package/zsh +VERBOSE: localhost: Running object __package/sipcalc +VERBOSE: localhost: Running object __package/emacs +VERBOSE: localhost: Running object __package/tzdata +VERBOSE: localhost: Running object __package/nmap +VERBOSE: localhost: Preparing object __link/etc/localtime +VERBOSE: localhost: Running manifest and explorers for __link/etc/localtime +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __link/etc/localtime +VERBOSE: localhost: Running object __my_computer/ +VERBOSE: localhost: Running object __timezone/Europe/Zurich +INFO: localhost: Finished successful run in 7.58 seconds +VERBOSE: config: Total processing time for 1 host(s): 7.591623544692993 + + +Lesson 05-07 + +** Comment out *__my_nginx* from the initial manifest, keep the *__my_nginx_site* + - Explain the error that you get (in your cdist.org file) + +The manifest __my_nginx wasn't run (or marked as completed) which haven't fulfilled the requirements for __my_nginx_site + +*** LOG + +ERROR: localhost: The requirements of the following objects could not be resolved: +__file/etc/nginx/conf.d/chee.se.conf requires: + __package/nginx +__file/etc/nginx/conf.d/chee.se.conf autorequires: + +__file/etc/nginx/conf.d/woo.com.conf requires: + __package/nginx +__file/etc/nginx/conf.d/woo.com.conf autorequires: + +__my_nginx_site/woo.com requires: + +__my_nginx_site/woo.com autorequires: + __file/etc/nginx/conf.d/woo.com.conf +__my_nginx_site/chee.se requires: + +__my_nginx_site/chee.se autorequires: + __file/etc/nginx/conf.d/chee.se.conf +VERBOSE: config: Total processing time for 1 host(s): 8.042433500289917 +ERROR: cdist: Failed to configure the following hosts: localhost \ No newline at end of file diff --git a/balazs/orgfiles/emacs_learning.org b/balazs/orgfiles/emacs_learning.org new file mode 100644 index 0000000..f005083 --- /dev/null +++ b/balazs/orgfiles/emacs_learning.org @@ -0,0 +1,144 @@ + +*** Organisation #5: Emacs refresher +**** Lecture content +***** Objective: get confident with emacs commands +***** Find out and document how to do the following steps + +Resources: + +C-h b +A searchable list of commands and shortcuts, very helpful + +https://www.gnu.org/software/emacs/manual/html_node/emacs/ +https://www.emacswiki.org/emacs/ +https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf + +****** Search for something forward: C-s + +I've been using it, it's great! + +****** How to continue searching + +C-s multiple times. + +****** Search for something backward + +C-r + +****** Search for regular expressions instead of string (forward, backward) + +urxvt scrollback-search is already bound for : C-M-s +there is no easy way to disable it atm +note: maybe i'll try the suckless terminal or xterm + + +C-M-r is working +note: need to learn regex + +****** Go to the beginning of the line + +C-a + +****** Go to the end of the line + +C-e + +****** Delete a word in front (to the right of the cursor) + +C-del + + +****** Delete a word in back (to the left of the cursor) + +M-backspace + +****** List all "occurences" of a word in a file + + +M-x grep or grep-find - Return + +enter string and/or specify a file (default directory is set to the currently edited file) - Return + +The result will show up in a new windows. C-x-o to switch windows + + +******* You can copy above instructions into an emacs buffer + +******* And test it by showing all occurences of the word "Search" + + + + +****** Search (GREP) for a word in all files in a directory RECURSIVELY + +M-x grep(-find) - Return +add "-r" to the executed grep command + +****** Save the CURRENT buffer + +C-x C-s + +****** Save ALL open files + +C-x s + +****** Split the window/buffer vertically + +C-x 2 + +****** Split the window/buffer horizontally + +C-x 3 + +****** Switch between the different windows + +C-x o + +****** Close all buffers besides the active one +******* Don't kill it! + +C-x 1 + +****** Close only the active buffer + +There is no "Close buffer" per se (spent 10 minutes finding it) + +The way is to Close the Window: C-x 0 + +List the buffers by: C-x C-b (you can switch to the buffers from this buffer (ret)) + + +******* Don't kill it + +C-x k +to kill it + +****** Kill the active buffer + +C-x k + +****** Describe/Explain the difference between closing and killing + +It's like tmux: + +"Closing" just stops the rendering, and it will continue to run in the background. +Killing stops the process and frees up the memory. + +****** Switch between buffers that are not shown + +C-x b (tab to list buffers) + + +******* Document two very similar, but slightly different ways + +Switch buffers quickly: +C-x +C-x + +ido mode should speed up buffer switching (haven't tried) + + +***** Outcome +****** Document all above commands in your learning org sheet +****** Share your documentation at the end of the session (not before) + diff --git a/balazs/lesson-1x-picture-review.org b/balazs/orgfiles/lesson-1x-picture-review.org similarity index 100% rename from balazs/lesson-1x-picture-review.org rename to balazs/orgfiles/lesson-1x-picture-review.org diff --git a/balazs/todo b/balazs/todo new file mode 100644 index 0000000..dcec9ed --- /dev/null +++ b/balazs/todo @@ -0,0 +1,14 @@ +Lesson 2 -*- mode: org -*- + +* Organisation #2: Creating, managing and sharing with "magit" + * Install "magit" for emacs + * Bind C-x g to open magit-status in ~/.emacs + * Create a new directory ~/ungleich-learning-circle/ (with emacs) + * Use C-h b in dired mode to find out how to + * Create a sub directory ~/ungleich-learning-circle/YOURNAME/ (with emacs) + * Move your previously created learning.org file into ~/ungleich-learning-circle/YOURNAME/ (with emacs) + * Initialise it with git (with magit) + * Create the repo "ungleich-learning-circle" on code.ungleich.ch under your username + * Add your remote on code.ungleich.ch to your local git repo with magit + * Push your repo + * Add a new remote of a another participant diff --git a/kjg/cdist.org b/kjg/cdist.org new file mode 100644 index 0000000..ccc3085 --- /dev/null +++ b/kjg/cdist.org @@ -0,0 +1,1003 @@ +* cdist2 + +** Explain the difference between a singleton and non-singleton type +singleton : be used only once per host +non-singleton : not only once per host + +** Explain the difference between the different verbosity levels + +-v : include INFO information +-vv : include VERBOSE information +-vvv : include DEBUG information +-vvvv : include TRACE information + +** log +*** v-log +INFO: localhost: Starting configuration run +INFO: localhost: Finished successful run in 2.24 seconds + +*** vv-log +INFO: localhost: Starting configuration run +VERBOSE: localhost: Running global explorers +VERBOSE: localhost: Running initial manifest /tmp/tmpwosy1grz/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init +VERBOSE: localhost: Preparing object __my_computer/ +VERBOSE: localhost: Running manifest and explorers for __my_computer/ +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmpwosy1grz/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/manifest for object __my_computer/ +VERBOSE: localhost: Preparing object __package/zsh +VERBOSE: localhost: Running manifest and explorers for __package/zsh +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmpwosy1grz/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/zsh +VERBOSE: localhost: Preparing object __package/mosh +VERBOSE: localhost: Running manifest and explorers for __package/mosh +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmpwosy1grz/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/mosh +VERBOSE: localhost: Preparing object __package/emacs +VERBOSE: localhost: Running manifest and explorers for __package/emacs +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmpwosy1grz/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/emacs +VERBOSE: localhost: Preparing object __package/nmap +VERBOSE: localhost: Running manifest and explorers for __package/nmap +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmpwosy1grz/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/nmap +VERBOSE: localhost: Preparing object __package_yum/zsh +VERBOSE: localhost: Running manifest and explorers for __package_yum/zsh +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __package_yum/zsh +VERBOSE: localhost: Preparing object __package_yum/mosh +VERBOSE: localhost: Running manifest and explorers for __package_yum/mosh +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __package_yum/mosh +VERBOSE: localhost: Preparing object __package_yum/emacs +VERBOSE: localhost: Running manifest and explorers for __package_yum/emacs +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __package_yum/emacs +VERBOSE: localhost: Preparing object __package_yum/nmap +VERBOSE: localhost: Running manifest and explorers for __package_yum/nmap +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __package_yum/nmap +VERBOSE: localhost: Running object __package/zsh +VERBOSE: localhost: Running object __package/mosh +VERBOSE: localhost: Running object __package/emacs +VERBOSE: localhost: Running object __package/nmap +VERBOSE: localhost: Preparing object __file/root/.emacs +VERBOSE: localhost: Running manifest and explorers for __file/root/.emacs +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/root/.emacs +VERBOSE: localhost: Running object __my_computer/ +INFO: localhost: Finished successful run in 2.15 seconds +VERBOSE: config: Total processing time for 1 host(s): 2.158529043197632 +*** vvv-log +DEBUG: inventory: Host 'localhost' not found, skipped +DEBUG: config: Base root path for target host "localhost" is "/tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79" +DEBUG: localhost: remote_exec for host "localhost": ssh -o User=root -o ControlPath=/tmp/tmpb6qsot8m/s -o ControlMaster=auto -o ControlPersist=2h +DEBUG: localhost: remote_copy for host "localhost": scp -o User=root -q -o ControlPath=/tmp/tmpb6qsot8m/s -o ControlMaster=auto -o ControlPersist=2h +DEBUG: localhost: address family: 0 +DEBUG: localhost: derived host_name for host "localhost": localhost +DEBUG: localhost: derived host_fqdn for host "localhost": localhost.localdomain +DEBUG: localhost: target_host for host "localhost": ('localhost', 'localhost', 'localhost.localdomain') +INFO: localhost: Starting configuration run +DEBUG: localhost: Checking conf_dir /root/cdist/cdist/conf ... +DEBUG: localhost: Checking conf_dir /root/.cdist ... +DEBUG: localhost: Checking conf_dir /root/ungleich-learning-circle/kjg/dot-cdist ... +DEBUG: localhost: Checking conf_dir /root/ungleich-learning-circle/kjg/dot-cdist ... +VERBOSE: localhost: Running global explorers +DEBUG: localhost: Running global explorers sequentially +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +VERBOSE: localhost: Running initial manifest /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init +DEBUG: localhost: /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init is NOT executable, running it with /bin/sh -e +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Preparing object __my_computer/ +VERBOSE: localhost: Running manifest and explorers for __my_computer/ +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/manifest for object __my_computer/ +DEBUG: localhost: /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/manifest is NOT executable, running it with /bin/sh -e +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Preparing object __package/zsh +VERBOSE: localhost: Running manifest and explorers for __package/zsh +VERBOSE: localhost: Running type explorers for +DEBUG: localhost: return_output is True, ignoring stdout +VERBOSE: localhost: Running type manifest /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/zsh +DEBUG: localhost: /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest is executable, running it +VERBOSE: localhost: Preparing object __package/mosh +VERBOSE: localhost: Running manifest and explorers for __package/mosh +VERBOSE: localhost: Running type explorers for +DEBUG: localhost: return_output is True, ignoring stdout +VERBOSE: localhost: Running type manifest /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/mosh +DEBUG: localhost: /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest is executable, running it +VERBOSE: localhost: Preparing object __package/emacs +VERBOSE: localhost: Running manifest and explorers for __package/emacs +VERBOSE: localhost: Running type explorers for +DEBUG: localhost: return_output is True, ignoring stdout +VERBOSE: localhost: Running type manifest /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/emacs +DEBUG: localhost: /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest is executable, running it +VERBOSE: localhost: Preparing object __package/nmap +VERBOSE: localhost: Running manifest and explorers for __package/nmap +VERBOSE: localhost: Running type explorers for +DEBUG: localhost: return_output is True, ignoring stdout +VERBOSE: localhost: Running type manifest /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/nmap +DEBUG: localhost: /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest is executable, running it +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Preparing object __package_yum/zsh +VERBOSE: localhost: Running manifest and explorers for __package_yum/zsh +VERBOSE: localhost: Running type explorers for +DEBUG: localhost: return_output is True, ignoring stdout +VERBOSE: localhost: Running object __package_yum/zsh +DEBUG: localhost: Generating code for __package_yum/zsh +DEBUG: localhost: /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum/gencode-remote is executable, running it +VERBOSE: localhost: Preparing object __package_yum/mosh +VERBOSE: localhost: Running manifest and explorers for __package_yum/mosh +VERBOSE: localhost: Running type explorers for +DEBUG: localhost: return_output is True, ignoring stdout +VERBOSE: localhost: Running object __package_yum/mosh +DEBUG: localhost: Generating code for __package_yum/mosh +DEBUG: localhost: /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum/gencode-remote is executable, running it +VERBOSE: localhost: Preparing object __package_yum/emacs +VERBOSE: localhost: Running manifest and explorers for __package_yum/emacs +VERBOSE: localhost: Running type explorers for +DEBUG: localhost: return_output is True, ignoring stdout +VERBOSE: localhost: Running object __package_yum/emacs +DEBUG: localhost: Generating code for __package_yum/emacs +DEBUG: localhost: /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum/gencode-remote is executable, running it +VERBOSE: localhost: Preparing object __package_yum/nmap +VERBOSE: localhost: Running manifest and explorers for __package_yum/nmap +VERBOSE: localhost: Running type explorers for +DEBUG: localhost: return_output is True, ignoring stdout +VERBOSE: localhost: Running object __package_yum/nmap +DEBUG: localhost: Generating code for __package_yum/nmap +DEBUG: localhost: /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum/gencode-remote is executable, running it +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Running object __package/zsh +DEBUG: localhost: Generating code for __package/zsh +VERBOSE: localhost: Running object __package/mosh +DEBUG: localhost: Generating code for __package/mosh +VERBOSE: localhost: Running object __package/emacs +DEBUG: localhost: Generating code for __package/emacs +VERBOSE: localhost: Running object __package/nmap +DEBUG: localhost: Generating code for __package/nmap +VERBOSE: localhost: Preparing object __file/root/.emacs +VERBOSE: localhost: Running manifest and explorers for __file/root/.emacs +VERBOSE: localhost: Running type explorers for +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +DEBUG: localhost: return_output is True, ignoring stdout +VERBOSE: localhost: Running object __file/root/.emacs +DEBUG: localhost: Generating code for __file/root/.emacs +DEBUG: localhost: /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-local is executable, running it +DEBUG: localhost: /tmp/tmp41dcf3ht/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-remote is executable, running it +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Running object __my_computer/ +DEBUG: localhost: Generating code for __my_computer/ +DEBUG: localhost: Iteration in sequential mode +DEBUG: localhost: Running cleanup commands +DEBUG: localhost: cache subpath: 421aa90e079fa326b6494f812ad13e79 +INFO: localhost: Finished successful run in 2.21 seconds +VERBOSE: config: Total processing time for 1 host(s): 2.2233283519744873 + +*** vvvv-log +TRACE: cdist: command line args: Namespace(all_tagged_hosts=False, beta=None, cache_path_pattern=None, command='config', conf_dir=['/root/ungleich-learning-circle/kjg/dot-cdist'], config_file=None, dry_run=False, force_ipv=None, func=>, has_all_tags=False, host=['localhost'], hostfile=None, inventory_dir=None, jobs=None, manifest=None, out_path=None, parallel=None, quiet=False, remote_copy=None, remote_exec=None, remote_out_path=None, save_output_streams=True, tag=False, timestamp=False, use_archiving=None, verbose=4) +TRACE: cdist: configuration: {'GLOBAL': {'conf_dir': ['/root/ungleich-learning-circle/kjg/dot-cdist'], 'verbosity': 4, 'timestamp': False}} +TRACE: cdist: configured args: Namespace(all_tagged_hosts=False, beta=None, cache_path_pattern=None, command='config', conf_dir=['/root/ungleich-learning-circle/kjg/dot-cdist'], config_file=None, dry_run=False, force_ipv=None, func=>, has_all_tags=False, host=['localhost'], hostfile=None, inventory_dir=None, jobs=None, manifest=None, out_path=None, parallel=None, quiet=False, remote_copy=None, remote_exec=None, remote_out_path=None, save_output_streams=True, tag=False, timestamp=False, use_archiving=None, verbose=4) +TRACE: config: Processing hosts sequentially +TRACE: inventory: Init db: /root/.cdist/inventory +TRACE: inventory: Listing by host(s) +TRACE: inventory: host: localhost +DEBUG: inventory: Host 'localhost' not found, skipped +DEBUG: config: Base root path for target host "localhost" is "/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79" +DEBUG: localhost: remote_exec for host "localhost": ssh -o User=root -o ControlPath=/tmp/tmpf87m4xwe/s -o ControlMaster=auto -o ControlPersist=2h +DEBUG: localhost: remote_copy for host "localhost": scp -o User=root -q -o ControlPath=/tmp/tmpf87m4xwe/s -o ControlMaster=auto -o ControlPersist=2h +DEBUG: localhost: address family: 0 +DEBUG: localhost: derived host_name for host "localhost": localhost +DEBUG: localhost: derived host_fqdn for host "localhost": localhost.localdomain +DEBUG: localhost: target_host for host "localhost": ('localhost', 'localhost', 'localhost.localdomain') +TRACE: localhost: Local mkdir: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data +INFO: localhost: Starting configuration run +TRACE: localhost: Local mkdir: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf +TRACE: localhost: Local mkdir: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/explorer +TRACE: localhost: Local mkdir: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object +TRACE: localhost: Local mkdir: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin +TRACE: localhost: Local mkdir: /root/.cdist/cache +TRACE: localhost: Local mkdir: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/stdout +TRACE: localhost: Local mkdir: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/stderr +TRACE: localhost: Local mkdir: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer +TRACE: localhost: Local mkdir: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/files +TRACE: localhost: Local mkdir: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/manifest +TRACE: localhost: Local mkdir: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type +DEBUG: localhost: Checking conf_dir /root/cdist/cdist/conf ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/hostname to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/hostname ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/os to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/os ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/runlevel to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/runlevel ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/memory to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/memory ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/os_release to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/os_release ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/cpu_sockets to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/cpu_sockets ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/is-freebsd-jail to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/is-freebsd-jail ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/kernel_name to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/kernel_name ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/lsb_codename to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_codename ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/lsb_description to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_description ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/lsb_id to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_id ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/lsb_release to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_release ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/machine to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/machine ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/machine_type to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/machine_type ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/os_version to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/os_version ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/cpu_cores to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/cpu_cores ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/disks to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/disks ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/init to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/init ... +TRACE: localhost: Linking /root/cdist/cdist/conf/explorer/interfaces to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/interfaces ... +TRACE: localhost: Linking /root/cdist/cdist/conf/manifest/sample-from-distribution to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/sample-from-distribution ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__apt_key to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__apt_key ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__apt_key_uri to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__apt_key_uri ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__apt_mark to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__apt_mark ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__apt_norecommends to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__apt_norecommends ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__apt_ppa to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__apt_ppa ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__apt_source to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__apt_source ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__apt_update_index to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__apt_update_index ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__block to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__block ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__ccollect_source to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__ccollect_source ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__cdist ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__cdistmarker to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__cdistmarker ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__chroot_mount to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__chroot_mount ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__chroot_umount to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__chroot_umount ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__config_file to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__config_file ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_agent to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_agent ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_check to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_check ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_reload to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_reload ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_service to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_service ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_template to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_template ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_template_template to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_template_template ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_watch_checks to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_watch_checks ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_watch_event to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_watch_event ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_watch_key to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_watch_key ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_watch_keyprefix to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_watch_keyprefix ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_watch_nodes to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_watch_nodes ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_watch_service to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_watch_service ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__consul_watch_services to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__consul_watch_services ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__cron to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__cron ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__daemontools to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__daemontools ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__daemontools_service to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__daemontools_service ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__debconf_set_selections to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__debconf_set_selections ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__directory to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__directory ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__docker to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__docker ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__docker_compose to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__docker_compose ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__dog_vdi to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__dog_vdi ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__dot_file to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__dot_file ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__file to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__filesystem to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__filesystem ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__firewalld_rule to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__firewalld_rule ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__firewalld_start to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__firewalld_start ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__git to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__git ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__go_get to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__go_get ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__golang_from_vendor to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__golang_from_vendor ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__grafana_dashboard to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__grafana_dashboard ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__group to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__group ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__hostname to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__hostname ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__hosts to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__hosts ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_bootloader_grub to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_bootloader_grub ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_chroot_mount to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_chroot_mount ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_chroot_umount to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_chroot_umount ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_config to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_config ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_directory to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_directory ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_file to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_file ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_fstab to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_fstab ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_generate_fstab to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_generate_fstab ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_mkfs to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_mkfs ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_mount to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_mount ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_partition_msdos to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_partition_msdos ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_partition_msdos_apply to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_partition_msdos_apply ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_reboot to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_reboot ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_reset_disk to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_reset_disk ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_stage to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_stage ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_umount to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_umount ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__iptables_apply to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__iptables_apply ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__iptables_rule to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__iptables_rule ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__issue to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__issue ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__jail to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__jail ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__jail_freebsd10 to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__jail_freebsd10 ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__jail_freebsd9 to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__jail_freebsd9 ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__key_value to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__key_value ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__keyboard to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__keyboard ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__letsencrypt_cert to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__letsencrypt_cert ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__line to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__line ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__link to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__link ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__locale to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__locale ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__locale_system to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__locale_system ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__motd to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__motd ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__mount to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__mount ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__mysql_database to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__mysql_database ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_apt to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_apt ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_dpkg to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_dpkg ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_emerge to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_emerge ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_emerge_dependencies to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_emerge_dependencies ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_luarocks to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_luarocks ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_opkg to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_opkg ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_pacman to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_pacman ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_pip to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_pip ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_pkg_freebsd to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_pkg_freebsd ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_pkg_openbsd to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_pkg_openbsd ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_pkgng_freebsd to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_pkgng_freebsd ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_rubygem to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_rubygem ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_update_index to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_update_index ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_upgrade_all to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_upgrade_all ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_yum to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_zypper to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_zypper ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__pacman_conf to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__pacman_conf ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__pacman_conf_integrate to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__pacman_conf_integrate ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__pf_apply to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__pf_apply ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__pf_ruleset to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__pf_ruleset ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__postfix to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__postfix ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__postfix_master to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__postfix_master ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__postfix_postconf to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__postfix_postconf ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__postfix_postmap to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__postfix_postmap ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__postfix_reload to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__postfix_reload ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__postgres_database to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__postgres_database ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__postgres_extension to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__postgres_extension ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__postgres_role to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__postgres_role ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__process to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__process ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__prometheus_alertmanager to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__prometheus_alertmanager ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__prometheus_exporter to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__prometheus_exporter ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__prometheus_server to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__prometheus_server ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__pyvenv to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__pyvenv ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__qemu_img to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__qemu_img ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__rbenv to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__rbenv ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__rsync to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__rsync ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__rvm to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__rvm ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__rvm_gem to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__rvm_gem ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__rvm_gemset to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__rvm_gemset ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__rvm_ruby to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__rvm_ruby ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__ssh_authorized_key to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__ssh_authorized_key ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__ssh_authorized_keys to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__ssh_authorized_keys ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__ssh_dot_ssh to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__ssh_dot_ssh ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__staged_file to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__staged_file ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__start_on_boot to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__start_on_boot ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__sysctl to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__sysctl ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__systemd_unit to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__systemd_unit ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__timezone to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__timezone ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__update_alternatives to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__update_alternatives ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__user to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__user ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__user_groups to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__user_groups ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__yum_repo to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__yum_repo ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__zypper_repo to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__zypper_repo ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__zypper_service to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__zypper_service ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__teredo to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__teredo ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__acl to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__acl ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__apt_default_release to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__apt_default_release ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__docker_config to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__docker_config ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__docker_secret to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__docker_secret ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__docker_stack to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__docker_stack ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__docker_swarm to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__docker_swarm ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__install_coreos to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__install_coreos ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__ping to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__ping ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__check_messages to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__check_messages ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__clean_path to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__clean_path ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__package_apk to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_apk ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__ufw to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__ufw ... +TRACE: localhost: Linking /root/cdist/cdist/conf/type/__ufw_rule to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__ufw_rule ... +DEBUG: localhost: Checking conf_dir /root/.cdist ... +DEBUG: localhost: Checking conf_dir /root/ungleich-learning-circle/kjg/dot-cdist ... +TRACE: localhost: Linking /root/ungleich-learning-circle/kjg/dot-cdist/manifest/init to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init ... +TRACE: localhost: Linking /root/ungleich-learning-circle/kjg/dot-cdist/type/__my_computer to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer ... +DEBUG: localhost: Checking conf_dir /root/ungleich-learning-circle/kjg/dot-cdist ... +TRACE: localhost: Linking /root/ungleich-learning-circle/kjg/dot-cdist/manifest/init to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init ... +TRACE: localhost: Linking /root/ungleich-learning-circle/kjg/dot-cdist/type/__my_computer to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer ... +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__apt_key +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__apt_key_uri +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__apt_mark +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__apt_norecommends +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__apt_ppa +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__apt_source +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__apt_update_index +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__block +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__ccollect_source +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__cdist +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__cdistmarker +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__chroot_mount +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__chroot_umount +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__config_file +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_agent +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_check +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_reload +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_service +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_template +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_template_template +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_watch_checks +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_watch_event +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_watch_key +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_watch_keyprefix +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_watch_nodes +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_watch_service +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__consul_watch_services +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__cron +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__daemontools +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__daemontools_service +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__debconf_set_selections +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__directory +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__docker +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__docker_compose +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__dog_vdi +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__dot_file +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__file +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__filesystem +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__firewalld_rule +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__firewalld_start +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__git +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__go_get +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__golang_from_vendor +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__grafana_dashboard +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__group +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__hostname +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__hosts +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_bootloader_grub +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_chroot_mount +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_chroot_umount +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_config +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_directory +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_file +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_fstab +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_generate_fstab +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_mkfs +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_mount +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_partition_msdos +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_partition_msdos_apply +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_reboot +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_reset_disk +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_stage +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_umount +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__iptables_apply +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__iptables_rule +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__issue +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__jail +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__jail_freebsd10 +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__jail_freebsd9 +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__key_value +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__keyboard +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__letsencrypt_cert +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__line +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__link +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__locale +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__locale_system +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__motd +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__mount +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__mysql_database +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_apt +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_dpkg +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_emerge +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_emerge_dependencies +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_luarocks +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_opkg +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_pacman +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_pip +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_pkg_freebsd +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_pkg_openbsd +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_pkgng_freebsd +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_rubygem +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_update_index +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_upgrade_all +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_yum +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_zypper +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__pacman_conf +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__pacman_conf_integrate +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__pf_apply +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__pf_ruleset +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__postfix +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__postfix_master +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__postfix_postconf +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__postfix_postmap +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__postfix_reload +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__postgres_database +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__postgres_extension +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__postgres_role +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__process +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__prometheus_alertmanager +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__prometheus_exporter +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__prometheus_server +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__pyvenv +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__qemu_img +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__rbenv +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__rsync +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__rvm +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__rvm_gem +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__rvm_gemset +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__rvm_ruby +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__ssh_authorized_key +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__ssh_authorized_keys +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__ssh_dot_ssh +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__staged_file +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__start_on_boot +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__sysctl +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__systemd_unit +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__timezone +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__update_alternatives +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__user +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__user_groups +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__yum_repo +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__zypper_repo +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__zypper_service +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__teredo +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__acl +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__apt_default_release +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__docker_config +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__docker_secret +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__docker_stack +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__docker_swarm +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__install_coreos +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__ping +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__check_messages +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__clean_path +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__package_apk +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__ufw +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__ufw_rule +TRACE: localhost: Linking emulator: /root/cdist/scripts/cdist to /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/bin/__my_computer +TRACE: localhost: Object marker .cdist-6gtix4w8 saved in /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object_marker +TRACE: localhost: Remote rmdir: /var/lib/cdist +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'rm', '-rf', '/var/lib/cdist'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'rm', '-rf', '/var/lib/cdist']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'rm', '-rf', '/var/lib/cdist']; Remote stdout: +TRACE: localhost: Remote mkdir: /var/lib/cdist +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist']; Remote stdout: +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist']; Remote stdout: +TRACE: localhost: Remote mkdir: /var/lib/cdist/conf +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf']; Remote stdout: +VERBOSE: localhost: Running global explorers +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer -> /var/lib/cdist/conf/explorer +TRACE: localhost: Remote mkdir: /var/lib/cdist/conf/explorer +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf/explorer'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf/explorer']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf/explorer']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/hostname', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/os', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/runlevel', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/memory', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/os_release', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/cpu_sockets', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/is-freebsd-jail', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/kernel_name', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_codename', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_description', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_id', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_release', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/machine', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/machine_type', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/os_version', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/cpu_cores', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/disks', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/init', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/interfaces', 'localhost:/var/lib/cdist/conf/explorer'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/hostname', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/os', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/runlevel', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/memory', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/os_release', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/cpu_sockets', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/is-freebsd-jail', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/kernel_name', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_codename', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_description', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_id', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_release', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/machine', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/machine_type', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/os_version', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/cpu_cores', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/disks', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/init', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/interfaces', 'localhost:/var/lib/cdist/conf/explorer']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/hostname', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/os', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/runlevel', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/memory', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/os_release', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/cpu_sockets', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/is-freebsd-jail', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/kernel_name', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_codename', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_description', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_id', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/lsb_release', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/machine', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/machine_type', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/os_version', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/cpu_cores', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/disks', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/init', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/explorer/interfaces', 'localhost:/var/lib/cdist/conf/explorer']; Remote stdout: +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist/conf/explorer/*'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist/conf/explorer/*']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist/conf/explorer/*']; Remote stdout: +DEBUG: localhost: Running global explorers sequentially +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/hostname'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/hostname'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/os'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/os'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/runlevel'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/runlevel'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/memory'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/memory'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/os_release'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/os_release'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/cpu_sockets'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/cpu_sockets'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/is-freebsd-jail'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/is-freebsd-jail'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/kernel_name'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/kernel_name'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/lsb_codename'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/lsb_codename'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/lsb_description'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/lsb_description'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/lsb_id'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/lsb_id'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/lsb_release'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/lsb_release'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/machine'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/machine'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/machine_type'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/machine_type'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/os_version'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/os_version'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/cpu_cores'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/cpu_cores'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/disks'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/disks'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/init'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/init'"]; Remote stderr: +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/interfaces'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE;/bin/sh -e /var/lib/cdist/conf/explorer/interfaces'"]; Remote stderr: +VERBOSE: localhost: Running initial manifest /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init +DEBUG: localhost: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init is NOT executable, running it with /bin/sh -e +TRACE: localhost: Local run: ['/bin/sh', '-e', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init'] +TRACE: localhost: Command: ['/bin/sh', '-e', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init']; Local stderr: +TRACE: localhost: Command: ['/bin/sh', '-e', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init']; Local stdout: TRACE: localhost: Args: Namespace() +DEBUG: cdist-flock: Acquiring lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__my_computer_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Acquired lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__my_computer_.cdist-6gtix4w8.lock +TRACE: localhost: Finished __my_computer/.cdist-6gtix4w8 {} +DEBUG: cdist-flock: Releasing lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__my_computer_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Released lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__my_computer_.cdist-6gtix4w8.lock + +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Preparing object __my_computer/ +VERBOSE: localhost: Running manifest and explorers for __my_computer/ +VERBOSE: localhost: Running type explorers for +TRACE: localhost: Transferring type explorers for type: +TRACE: localhost: Transferring object parameters for object: __my_computer/ +VERBOSE: localhost: Running type manifest /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/manifest for object __my_computer/ +DEBUG: localhost: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/manifest is NOT executable, running it with /bin/sh -e +TRACE: localhost: Local run: ['/bin/sh', '-e', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/manifest'] +TRACE: localhost: Command: ['/bin/sh', '-e', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/manifest']; Local stderr: +TRACE: localhost: Command: ['/bin/sh', '-e', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/manifest']; Local stdout: TRACE: localhost: Args: Namespace(name=None, object_id=['zsh'], pkgsite=None, ptype=None, repo=None, state='present', type=None, version=None) +DEBUG: cdist-flock: Acquiring lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packagezsh_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Acquired lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packagezsh_.cdist-6gtix4w8.lock +DEBUG: localhost: Recording autorequirement __package/zsh for __my_computer/ +TRACE: localhost: Finished __package/zsh/.cdist-6gtix4w8 {'state': 'present'} +DEBUG: cdist-flock: Releasing lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packagezsh_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Released lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packagezsh_.cdist-6gtix4w8.lock +TRACE: localhost: Args: Namespace(name=None, object_id=['mosh'], pkgsite=None, ptype=None, repo=None, state='present', type=None, version=None) +DEBUG: cdist-flock: Acquiring lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packagemosh_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Acquired lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packagemosh_.cdist-6gtix4w8.lock +DEBUG: localhost: Recording autorequirement __package/mosh for __my_computer/ +TRACE: localhost: Finished __package/mosh/.cdist-6gtix4w8 {'state': 'present'} +DEBUG: cdist-flock: Releasing lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packagemosh_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Released lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packagemosh_.cdist-6gtix4w8.lock +TRACE: localhost: Args: Namespace(name=None, object_id=['emacs'], pkgsite=None, ptype=None, repo=None, state='present', type=None, version=None) +DEBUG: cdist-flock: Acquiring lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packageemacs_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Acquired lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packageemacs_.cdist-6gtix4w8.lock +DEBUG: localhost: Recording autorequirement __package/emacs for __my_computer/ +TRACE: localhost: Finished __package/emacs/.cdist-6gtix4w8 {'state': 'present'} +DEBUG: cdist-flock: Releasing lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packageemacs_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Released lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packageemacs_.cdist-6gtix4w8.lock +TRACE: localhost: Args: Namespace(name=None, object_id=['nmap'], pkgsite=None, ptype=None, repo=None, state='present', type=None, version=None) +DEBUG: cdist-flock: Acquiring lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packagenmap_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Acquired lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packagenmap_.cdist-6gtix4w8.lock +DEBUG: localhost: Recording autorequirement __package/nmap for __my_computer/ +TRACE: localhost: Finished __package/nmap/.cdist-6gtix4w8 {'state': 'present'} +DEBUG: cdist-flock: Releasing lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packagenmap_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Released lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__packagenmap_.cdist-6gtix4w8.lock +TRACE: localhost: Args: Namespace(group=None, mode='0644', object_id=['/root/.emacs'], onchange=None, owner=None, source='/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/files/.emacs', state='present') +DEBUG: cdist-flock: Acquiring lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__file_root_.emacs_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Acquired lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__file_root_.emacs_.cdist-6gtix4w8.lock +DEBUG: localhost: reqs = __package/emacs +DEBUG: localhost: Recording requirement __package/emacs for __file/root/.emacs +DEBUG: localhost: Recording autorequirement __file/root/.emacs for __my_computer/ +TRACE: localhost: Finished __file/root/.emacs/.cdist-6gtix4w8 {'state': 'present', 'mode': '0644', 'source': '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/files/.emacs'} +DEBUG: cdist-flock: Releasing lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__file_root_.emacs_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Released lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__file_root_.emacs_.cdist-6gtix4w8.lock + +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Preparing object __package/zsh +VERBOSE: localhost: Running manifest and explorers for __package/zsh +VERBOSE: localhost: Running type explorers for +TRACE: localhost: Transferring type explorers for type: +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/explorer -> /var/lib/cdist/conf/type/__package/explorer +TRACE: localhost: Remote mkdir: /var/lib/cdist/conf/type/__package/explorer +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf/type/__package/explorer'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf/type/__package/explorer']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf/type/__package/explorer']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/explorer/pkgng_exists', 'localhost:/var/lib/cdist/conf/type/__package/explorer'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/explorer/pkgng_exists', 'localhost:/var/lib/cdist/conf/type/__package/explorer']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/explorer/pkgng_exists', 'localhost:/var/lib/cdist/conf/type/__package/explorer']; Remote stdout: +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist/conf/type/__package/explorer/*'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist/conf/type/__package/explorer/*']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist/conf/type/__package/explorer/*']; Remote stdout: +TRACE: localhost: Transferring object parameters for object: __package/zsh +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/zsh/.cdist-6gtix4w8/parameter -> /var/lib/cdist/object/__package/zsh/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote mkdir: /var/lib/cdist/object/__package/zsh/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package/zsh/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package/zsh/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package/zsh/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/zsh/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package/zsh/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/zsh/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package/zsh/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/zsh/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package/zsh/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Running type explorer 'pkgng_exists' for object '__package/zsh' +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package/zsh/.cdist-6gtix4w8; export __object_id=zsh; export __object_name=__package/zsh; export __object_fq=__package/zsh/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package/explorer/pkgng_exists'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package/zsh/.cdist-6gtix4w8; export __object_id=zsh; export __object_name=__package/zsh; export __object_fq=__package/zsh/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package/explorer/pkgng_exists'"]; Remote stderr: +VERBOSE: localhost: Running type manifest /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/zsh +DEBUG: localhost: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest is executable, running it +TRACE: localhost: Local run: ['/root/cdist/cdist/conf/type/__package/manifest'] +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__package/manifest']; Local stderr: +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__package/manifest']; Local stdout: TRACE: localhost: Args: Namespace(name=None, object_id=['zsh'], state='present', url=None) +DEBUG: cdist-flock: Acquiring lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yumzsh_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Acquired lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yumzsh_.cdist-6gtix4w8.lock +DEBUG: localhost: Recording autorequirement __package_yum/zsh for __package/zsh +TRACE: localhost: Finished __package_yum/zsh/.cdist-6gtix4w8 {'state': 'present'} +DEBUG: cdist-flock: Releasing lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yumzsh_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Released lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yumzsh_.cdist-6gtix4w8.lock + +VERBOSE: localhost: Preparing object __package/mosh +VERBOSE: localhost: Running manifest and explorers for __package/mosh +VERBOSE: localhost: Running type explorers for +TRACE: localhost: Transferring type explorers for type: +TRACE: localhost: Skipping retransfer of type explorers for: +TRACE: localhost: Transferring object parameters for object: __package/mosh +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/mosh/.cdist-6gtix4w8/parameter -> /var/lib/cdist/object/__package/mosh/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote mkdir: /var/lib/cdist/object/__package/mosh/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package/mosh/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package/mosh/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package/mosh/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/mosh/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package/mosh/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/mosh/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package/mosh/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/mosh/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package/mosh/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Running type explorer 'pkgng_exists' for object '__package/mosh' +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package/mosh/.cdist-6gtix4w8; export __object_id=mosh; export __object_name=__package/mosh; export __object_fq=__package/mosh/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package/explorer/pkgng_exists'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package/mosh/.cdist-6gtix4w8; export __object_id=mosh; export __object_name=__package/mosh; export __object_fq=__package/mosh/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package/explorer/pkgng_exists'"]; Remote stderr: +VERBOSE: localhost: Running type manifest /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/mosh +DEBUG: localhost: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest is executable, running it +TRACE: localhost: Local run: ['/root/cdist/cdist/conf/type/__package/manifest'] +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__package/manifest']; Local stderr: +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__package/manifest']; Local stdout: TRACE: localhost: Args: Namespace(name=None, object_id=['mosh'], state='present', url=None) +DEBUG: cdist-flock: Acquiring lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yummosh_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Acquired lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yummosh_.cdist-6gtix4w8.lock +DEBUG: localhost: Recording autorequirement __package_yum/mosh for __package/mosh +TRACE: localhost: Finished __package_yum/mosh/.cdist-6gtix4w8 {'state': 'present'} +DEBUG: cdist-flock: Releasing lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yummosh_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Released lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yummosh_.cdist-6gtix4w8.lock + +VERBOSE: localhost: Preparing object __package/emacs +VERBOSE: localhost: Running manifest and explorers for __package/emacs +VERBOSE: localhost: Running type explorers for +TRACE: localhost: Transferring type explorers for type: +TRACE: localhost: Skipping retransfer of type explorers for: +TRACE: localhost: Transferring object parameters for object: __package/emacs +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/emacs/.cdist-6gtix4w8/parameter -> /var/lib/cdist/object/__package/emacs/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote mkdir: /var/lib/cdist/object/__package/emacs/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package/emacs/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package/emacs/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package/emacs/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/emacs/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package/emacs/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/emacs/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package/emacs/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/emacs/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package/emacs/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Running type explorer 'pkgng_exists' for object '__package/emacs' +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package/emacs/.cdist-6gtix4w8; export __object_id=emacs; export __object_name=__package/emacs; export __object_fq=__package/emacs/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package/explorer/pkgng_exists'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package/emacs/.cdist-6gtix4w8; export __object_id=emacs; export __object_name=__package/emacs; export __object_fq=__package/emacs/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package/explorer/pkgng_exists'"]; Remote stderr: +VERBOSE: localhost: Running type manifest /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/emacs +DEBUG: localhost: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest is executable, running it +TRACE: localhost: Local run: ['/root/cdist/cdist/conf/type/__package/manifest'] +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__package/manifest']; Local stderr: +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__package/manifest']; Local stdout: TRACE: localhost: Args: Namespace(name=None, object_id=['emacs'], state='present', url=None) +DEBUG: cdist-flock: Acquiring lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yumemacs_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Acquired lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yumemacs_.cdist-6gtix4w8.lock +DEBUG: localhost: Recording autorequirement __package_yum/emacs for __package/emacs +TRACE: localhost: Finished __package_yum/emacs/.cdist-6gtix4w8 {'state': 'present'} +DEBUG: cdist-flock: Releasing lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yumemacs_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Released lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yumemacs_.cdist-6gtix4w8.lock + +VERBOSE: localhost: Preparing object __package/nmap +VERBOSE: localhost: Running manifest and explorers for __package/nmap +VERBOSE: localhost: Running type explorers for +TRACE: localhost: Transferring type explorers for type: +TRACE: localhost: Skipping retransfer of type explorers for: +TRACE: localhost: Transferring object parameters for object: __package/nmap +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/nmap/.cdist-6gtix4w8/parameter -> /var/lib/cdist/object/__package/nmap/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote mkdir: /var/lib/cdist/object/__package/nmap/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package/nmap/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package/nmap/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package/nmap/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/nmap/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package/nmap/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/nmap/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package/nmap/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package/nmap/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package/nmap/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Running type explorer 'pkgng_exists' for object '__package/nmap' +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package/nmap/.cdist-6gtix4w8; export __object_id=nmap; export __object_name=__package/nmap; export __object_fq=__package/nmap/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package/explorer/pkgng_exists'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package/nmap/.cdist-6gtix4w8; export __object_id=nmap; export __object_name=__package/nmap; export __object_fq=__package/nmap/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package/explorer/pkgng_exists'"]; Remote stderr: +VERBOSE: localhost: Running type manifest /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/nmap +DEBUG: localhost: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest is executable, running it +TRACE: localhost: Local run: ['/root/cdist/cdist/conf/type/__package/manifest'] +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__package/manifest']; Local stderr: +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__package/manifest']; Local stdout: TRACE: localhost: Args: Namespace(name=None, object_id=['nmap'], state='present', url=None) +DEBUG: cdist-flock: Acquiring lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yumnmap_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Acquired lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yumnmap_.cdist-6gtix4w8.lock +DEBUG: localhost: Recording autorequirement __package_yum/nmap for __package/nmap +TRACE: localhost: Finished __package_yum/nmap/.cdist-6gtix4w8 {'state': 'present'} +DEBUG: cdist-flock: Releasing lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yumnmap_.cdist-6gtix4w8.lock +DEBUG: cdist-flock: Released lock on /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/.__package_yumnmap_.cdist-6gtix4w8.lock + +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Preparing object __package_yum/zsh +VERBOSE: localhost: Running manifest and explorers for __package_yum/zsh +VERBOSE: localhost: Running type explorers for +TRACE: localhost: Transferring type explorers for type: +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum/explorer -> /var/lib/cdist/conf/type/__package_yum/explorer +TRACE: localhost: Remote mkdir: /var/lib/cdist/conf/type/__package_yum/explorer +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf/type/__package_yum/explorer'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf/type/__package_yum/explorer']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf/type/__package_yum/explorer']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum/explorer/pkg_version', 'localhost:/var/lib/cdist/conf/type/__package_yum/explorer'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum/explorer/pkg_version', 'localhost:/var/lib/cdist/conf/type/__package_yum/explorer']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum/explorer/pkg_version', 'localhost:/var/lib/cdist/conf/type/__package_yum/explorer']; Remote stdout: +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist/conf/type/__package_yum/explorer/*'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist/conf/type/__package_yum/explorer/*']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist/conf/type/__package_yum/explorer/*']; Remote stdout: +TRACE: localhost: Transferring object parameters for object: __package_yum/zsh +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/zsh/.cdist-6gtix4w8/parameter -> /var/lib/cdist/object/__package_yum/zsh/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote mkdir: /var/lib/cdist/object/__package_yum/zsh/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package_yum/zsh/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package_yum/zsh/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package_yum/zsh/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/zsh/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package_yum/zsh/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/zsh/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package_yum/zsh/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/zsh/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package_yum/zsh/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Running type explorer 'pkg_version' for object '__package_yum/zsh' +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package_yum/zsh/.cdist-6gtix4w8; export __object_id=zsh; export __object_name=__package_yum/zsh; export __object_fq=__package_yum/zsh/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package_yum/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package_yum/explorer/pkg_version'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package_yum/zsh/.cdist-6gtix4w8; export __object_id=zsh; export __object_name=__package_yum/zsh; export __object_fq=__package_yum/zsh/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package_yum/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package_yum/explorer/pkg_version'"]; Remote stderr: +VERBOSE: localhost: Running object __package_yum/zsh +DEBUG: localhost: Generating code for __package_yum/zsh +DEBUG: localhost: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum/gencode-remote is executable, running it +TRACE: localhost: Local run: ['/root/cdist/cdist/conf/type/__package_yum/gencode-remote'] +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__package_yum/gencode-remote']; Local stderr: +TRACE: localhost: Finishing run of __package_yum/zsh +VERBOSE: localhost: Preparing object __package_yum/mosh +VERBOSE: localhost: Running manifest and explorers for __package_yum/mosh +VERBOSE: localhost: Running type explorers for +TRACE: localhost: Transferring type explorers for type: +TRACE: localhost: Skipping retransfer of type explorers for: +TRACE: localhost: Transferring object parameters for object: __package_yum/mosh +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/mosh/.cdist-6gtix4w8/parameter -> /var/lib/cdist/object/__package_yum/mosh/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote mkdir: /var/lib/cdist/object/__package_yum/mosh/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package_yum/mosh/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package_yum/mosh/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package_yum/mosh/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/mosh/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package_yum/mosh/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/mosh/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package_yum/mosh/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/mosh/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package_yum/mosh/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Running type explorer 'pkg_version' for object '__package_yum/mosh' +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package_yum/mosh/.cdist-6gtix4w8; export __object_id=mosh; export __object_name=__package_yum/mosh; export __object_fq=__package_yum/mosh/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package_yum/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package_yum/explorer/pkg_version'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package_yum/mosh/.cdist-6gtix4w8; export __object_id=mosh; export __object_name=__package_yum/mosh; export __object_fq=__package_yum/mosh/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package_yum/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package_yum/explorer/pkg_version'"]; Remote stderr: +VERBOSE: localhost: Running object __package_yum/mosh +DEBUG: localhost: Generating code for __package_yum/mosh +DEBUG: localhost: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum/gencode-remote is executable, running it +TRACE: localhost: Local run: ['/root/cdist/cdist/conf/type/__package_yum/gencode-remote'] +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__package_yum/gencode-remote']; Local stderr: +TRACE: localhost: Finishing run of __package_yum/mosh +VERBOSE: localhost: Preparing object __package_yum/emacs +VERBOSE: localhost: Running manifest and explorers for __package_yum/emacs +VERBOSE: localhost: Running type explorers for +TRACE: localhost: Transferring type explorers for type: +TRACE: localhost: Skipping retransfer of type explorers for: +TRACE: localhost: Transferring object parameters for object: __package_yum/emacs +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/emacs/.cdist-6gtix4w8/parameter -> /var/lib/cdist/object/__package_yum/emacs/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote mkdir: /var/lib/cdist/object/__package_yum/emacs/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package_yum/emacs/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package_yum/emacs/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package_yum/emacs/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/emacs/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package_yum/emacs/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/emacs/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package_yum/emacs/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/emacs/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package_yum/emacs/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Running type explorer 'pkg_version' for object '__package_yum/emacs' +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package_yum/emacs/.cdist-6gtix4w8; export __object_id=emacs; export __object_name=__package_yum/emacs; export __object_fq=__package_yum/emacs/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package_yum/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package_yum/explorer/pkg_version'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package_yum/emacs/.cdist-6gtix4w8; export __object_id=emacs; export __object_name=__package_yum/emacs; export __object_fq=__package_yum/emacs/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package_yum/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package_yum/explorer/pkg_version'"]; Remote stderr: +VERBOSE: localhost: Running object __package_yum/emacs +DEBUG: localhost: Generating code for __package_yum/emacs +DEBUG: localhost: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum/gencode-remote is executable, running it +TRACE: localhost: Local run: ['/root/cdist/cdist/conf/type/__package_yum/gencode-remote'] +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__package_yum/gencode-remote']; Local stderr: +TRACE: localhost: Finishing run of __package_yum/emacs +VERBOSE: localhost: Preparing object __package_yum/nmap +VERBOSE: localhost: Running manifest and explorers for __package_yum/nmap +VERBOSE: localhost: Running type explorers for +TRACE: localhost: Transferring type explorers for type: +TRACE: localhost: Skipping retransfer of type explorers for: +TRACE: localhost: Transferring object parameters for object: __package_yum/nmap +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/nmap/.cdist-6gtix4w8/parameter -> /var/lib/cdist/object/__package_yum/nmap/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote mkdir: /var/lib/cdist/object/__package_yum/nmap/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package_yum/nmap/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package_yum/nmap/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__package_yum/nmap/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/nmap/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package_yum/nmap/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/nmap/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package_yum/nmap/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__package_yum/nmap/.cdist-6gtix4w8/parameter/state', 'localhost:/var/lib/cdist/object/__package_yum/nmap/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Running type explorer 'pkg_version' for object '__package_yum/nmap' +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package_yum/nmap/.cdist-6gtix4w8; export __object_id=nmap; export __object_name=__package_yum/nmap; export __object_fq=__package_yum/nmap/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package_yum/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package_yum/explorer/pkg_version'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__package_yum/nmap/.cdist-6gtix4w8; export __object_id=nmap; export __object_name=__package_yum/nmap; export __object_fq=__package_yum/nmap/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__package_yum/explorer;/bin/sh -e /var/lib/cdist/conf/type/__package_yum/explorer/pkg_version'"]; Remote stderr: +VERBOSE: localhost: Running object __package_yum/nmap +DEBUG: localhost: Generating code for __package_yum/nmap +DEBUG: localhost: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_yum/gencode-remote is executable, running it +TRACE: localhost: Local run: ['/root/cdist/cdist/conf/type/__package_yum/gencode-remote'] +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__package_yum/gencode-remote']; Local stderr: +TRACE: localhost: Finishing run of __package_yum/nmap +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Running object __package/zsh +DEBUG: localhost: Generating code for __package/zsh +TRACE: localhost: Finishing run of __package/zsh +VERBOSE: localhost: Running object __package/mosh +DEBUG: localhost: Generating code for __package/mosh +TRACE: localhost: Finishing run of __package/mosh +VERBOSE: localhost: Running object __package/emacs +DEBUG: localhost: Generating code for __package/emacs +TRACE: localhost: Finishing run of __package/emacs +VERBOSE: localhost: Running object __package/nmap +DEBUG: localhost: Generating code for __package/nmap +TRACE: localhost: Finishing run of __package/nmap +VERBOSE: localhost: Preparing object __file/root/.emacs +VERBOSE: localhost: Running manifest and explorers for __file/root/.emacs +VERBOSE: localhost: Running type explorers for +TRACE: localhost: Transferring type explorers for type: +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/explorer -> /var/lib/cdist/conf/type/__file/explorer +TRACE: localhost: Remote mkdir: /var/lib/cdist/conf/type/__file/explorer +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf/type/__file/explorer'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf/type/__file/explorer']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/conf/type/__file/explorer']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/explorer/cksum', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/explorer/type', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/explorer/stat', 'localhost:/var/lib/cdist/conf/type/__file/explorer'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/explorer/cksum', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/explorer/type', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/explorer/stat', 'localhost:/var/lib/cdist/conf/type/__file/explorer']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/explorer/cksum', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/explorer/type', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/explorer/stat', 'localhost:/var/lib/cdist/conf/type/__file/explorer']; Remote stdout: +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist/conf/type/__file/explorer/*'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist/conf/type/__file/explorer/*']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'chmod', '0700', '/var/lib/cdist/conf/type/__file/explorer/*']; Remote stdout: +TRACE: localhost: Transferring object parameters for object: __file/root/.emacs +TRACE: localhost: Remote transfer: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__file/root/.emacs/.cdist-6gtix4w8/parameter -> /var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote mkdir: /var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8/parameter +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', 'mkdir', '-p', '/var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Remote run: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__file/root/.emacs/.cdist-6gtix4w8/parameter/state', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__file/root/.emacs/.cdist-6gtix4w8/parameter/mode', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__file/root/.emacs/.cdist-6gtix4w8/parameter/source', 'localhost:/var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8/parameter'] +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__file/root/.emacs/.cdist-6gtix4w8/parameter/state', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__file/root/.emacs/.cdist-6gtix4w8/parameter/mode', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__file/root/.emacs/.cdist-6gtix4w8/parameter/source', 'localhost:/var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8/parameter']; Remote stderr: +TRACE: localhost: Command: ['scp', '-o', 'User=root', '-q', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__file/root/.emacs/.cdist-6gtix4w8/parameter/state', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__file/root/.emacs/.cdist-6gtix4w8/parameter/mode', '/tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/object/__file/root/.emacs/.cdist-6gtix4w8/parameter/source', 'localhost:/var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8/parameter']; Remote stdout: +TRACE: localhost: Running type explorer 'cksum' for object '__file/root/.emacs' +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8; export __object_id=root/.emacs; export __object_name=__file/root/.emacs; export __object_fq=__file/root/.emacs/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__file/explorer;/bin/sh -e /var/lib/cdist/conf/type/__file/explorer/cksum'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8; export __object_id=root/.emacs; export __object_name=__file/root/.emacs; export __object_fq=__file/root/.emacs/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__file/explorer;/bin/sh -e /var/lib/cdist/conf/type/__file/explorer/cksum'"]; Remote stderr: +TRACE: localhost: Running type explorer 'type' for object '__file/root/.emacs' +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8; export __object_id=root/.emacs; export __object_name=__file/root/.emacs; export __object_fq=__file/root/.emacs/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__file/explorer;/bin/sh -e /var/lib/cdist/conf/type/__file/explorer/type'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8; export __object_id=root/.emacs; export __object_name=__file/root/.emacs; export __object_fq=__file/root/.emacs/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__file/explorer;/bin/sh -e /var/lib/cdist/conf/type/__file/explorer/type'"]; Remote stderr: +TRACE: localhost: Running type explorer 'stat' for object '__file/root/.emacs' +DEBUG: localhost: return_output is True, ignoring stdout +TRACE: localhost: Remote run: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8; export __object_id=root/.emacs; export __object_name=__file/root/.emacs; export __object_fq=__file/root/.emacs/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__file/explorer;/bin/sh -e /var/lib/cdist/conf/type/__file/explorer/stat'"] +TRACE: localhost: Command: ['ssh', '-o', 'User=root', '-o', 'ControlPath=/tmp/tmpf87m4xwe/s', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=2h', 'localhost', "/bin/sh -c ' export __target_host=localhost; export __target_hostname=localhost; export __target_fqdn=localhost.localdomain; export __explorer=/var/lib/cdist/conf/explorer; export __target_host_tags=; export __cdist_log_level=5; export __cdist_log_level_name=TRACE; export __object=/var/lib/cdist/object/__file/root/.emacs/.cdist-6gtix4w8; export __object_id=root/.emacs; export __object_name=__file/root/.emacs; export __object_fq=__file/root/.emacs/.cdist-6gtix4w8; export __type_explorer=/var/lib/cdist/conf/type/__file/explorer;/bin/sh -e /var/lib/cdist/conf/type/__file/explorer/stat'"]; Remote stderr: +VERBOSE: localhost: Running object __file/root/.emacs +DEBUG: localhost: Generating code for __file/root/.emacs +DEBUG: localhost: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-local is executable, running it +TRACE: localhost: Local run: ['/root/cdist/cdist/conf/type/__file/gencode-local'] +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__file/gencode-local']; Local stderr: +DEBUG: localhost: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-remote is executable, running it +TRACE: localhost: Local run: ['/root/cdist/cdist/conf/type/__file/gencode-remote'] +TRACE: localhost: Command: ['/root/cdist/cdist/conf/type/__file/gencode-remote']; Local stderr: +TRACE: localhost: Finishing run of __file/root/.emacs +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Running object __my_computer/ +DEBUG: localhost: Generating code for __my_computer/ +TRACE: localhost: Finishing run of __my_computer/ +DEBUG: localhost: Iteration in sequential mode +DEBUG: localhost: Running cleanup commands +TRACE: localhost: Local run: ['ssh', '-o', 'User=root', '-O', 'exit', '-S', '/tmp/tmpf87m4xwe/s', 'localhost'] +TRACE: localhost: cache subpath pattern: None +DEBUG: localhost: cache subpath: 421aa90e079fa326b6494f812ad13e79 +TRACE: localhost: Saving cache: /tmp/tmp4n4p2hbt/421aa90e079fa326b6494f812ad13e79/data to /root/.cdist/cache/421aa90e079fa326b6494f812ad13e79 +INFO: localhost: Finished successful run in 2.17 seconds +VERBOSE: config: Total processing time for 1 host(s): 2.1842637062072754 diff --git a/kjg/dot-cdist/manifest/init b/kjg/dot-cdist/manifest/init index 0429185..3f3a6db 100644 --- a/kjg/dot-cdist/manifest/init +++ b/kjg/dot-cdist/manifest/init @@ -1,8 +1,6 @@ case "$__target_host" in # Everybody has this localhost) - __file /etc/cdist-configured - __timezone Asia/Seoul - __package emacs --state present + __my_computer ;; esac diff --git a/kjg/dot-cdist/type/__my_computer/files/.emacs b/kjg/dot-cdist/type/__my_computer/files/.emacs new file mode 100644 index 0000000..38cea20 --- /dev/null +++ b/kjg/dot-cdist/type/__my_computer/files/.emacs @@ -0,0 +1,251 @@ +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +(require 'package) +(add-to-list 'package-archives + '("melpa" . "http://melpa.org/packages/") t) +(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t) +(package-initialize) + + + +(global-set-key (kbd "") (lambda () (interactive) (find-file (concat "~/ungleich-learning-circle/kjg/learning-"(system-name)"-"(format-time-string "%Y")".org")))) +(global-set-key (kbd "C-x g") 'magit-status) +(global-set-key (kbd "C-c a") 'org-agenda) +(global-set-key (kbd "") 'org-todo-list) + +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(epg-gpg-program "/usr/local/bin/gpg") + '(org-agenda-files + (quote + ("~/ungleich-learning-circle/kjg/todo.org" "~/learning.org"))) + ;;'(org-directory (expand-file-name "~/ungleich-learning-circle/kjg/")) + '(package-selected-packages (quote (org org-gnome org-dp ## which-key magit))) + '(send-mail-function (quote sendmail-send-it))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) + +(require 'epa-file) + +(epa-file-enable) + +(setq mu4e-mu-binary "/usr/local/bin/mu") + +(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu/mu4e") +(require 'mu4e) + +(setq + mue4e-headers-skip-duplicates t + mu4e-view-show-images t + mu4e-view-show-addresses t + mu4e-compose-format-flowed nil + mu4e-date-format "%y/%m/%d" + mu4e-headers-date-format "%Y/%m/%d" + mu4e-change-filenames-when-moving t + mu4e-attachments-dir "~/Downloads" + + mu4e-maildir "~/Maildir/ungleich" ;; top-level Maildir + ;; note that these folders below must start with / + ;; the paths are relative to maildir root + mu4e-refile-folder "/Archive" + mu4e-sent-folder "/Sent" + mu4e-drafts-folder "/Drafts" + mu4e-trash-folder "/Trash" + mu4e-reply-to-address "jinguk.kwon@ungleich.ch" + user-mail-address "jinguk.kwon@ungleich.ch" + user-full-name "kjg") + +;; this setting allows to re-sync and re-index mail +;; by pressing U +(setq mu4e-get-mail-command "mbsync -a") + +(setq mail-host-address "mail.ungleich.ch") + + +(setq send-mail-function 'smtpmail-send-it + message-send-mail-function 'smtpmail-send-it + user-mail-address "jinguk.kwon@ungleich.ch" + smtpmail-starttls-credentials '(("smtp.ungleich.ch" 587 nil nil)) + smtpmail-auth-credentials "~/.authinfo.gpg" + smtpmail-default-smtp-server "smtp.ungleich.ch" + smtpmail-smtp-server "smtp.ungleich.ch" + smtpmail-smtp-service 587 + smtpmail-smtp-user "jinguk.kwon@ungleich.ch" + smtpmail-debug-info t + smtpmail-debug-verb t) + ;;starttls-extra-arguments nil + ;;starttls-gnutls-program (executable-find "gnutls-cli") + ;;smtpmail-warn-about-unknown-extensions t + ;;starttls-use-gnutls t) + +(require 'smtpmail) + +;;store org-mode links to messages +(require 'org-mu4e) + +(define-key mu4e-headers-mode-map (kbd "C-c c") 'mu4e-org-store-and-capture) +(define-key mu4e-view-mode-map (kbd "C-c c") 'mu4e-org-store-and-capture) + +(setq org-directory (expand-file-name "~/ungleich-learning-circle/kjg/")) +;;store link to message if in header view, not to header query +(setq org-mu4e-link-query-in-headers-mode nil) + +(setq org-capture-templates + '(("t" "todo" entry (file+headline (lambda() (concat "~/ungleich-learning-circle/kjg/todo-"(system-name)"-"(format-time-string "%Y")".org")) "Tasks") + "* TODO [#A] %?\nSCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n%a\n"))) + +(setq org-log-done 'time) + +~ +❯ cd ungleich-learning-circle + +~/ungleich-learning-circle master* +❯ cd kjg/dot-cdist + +~/ungleich-learning-circle/kjg/dot-cdist master* +❯ ls -al +total 0 +drwxr-xr-x 4 elf staff 128 May 6 21:26 . +drwxr-xr-x 8 elf staff 256 May 6 22:03 .. +drwxr-xr-x 3 elf staff 96 May 6 21:33 manifest +drwxr-xr-x 3 elf staff 96 May 6 21:26 type + +~/ungleich-learning-circle/kjg/dot-cdist master* +❯ cd type + +~/ungleich-learning-circle/kjg/dot-cdist/type master* +❯ ls -al +total 0 +drwxr-xr-x 3 elf staff 96 May 6 21:26 . +drwxr-xr-x 4 elf staff 128 May 6 21:26 .. +drwxr-xr-x 4 elf staff 128 May 6 22:06 __my_computer + +~/ungleich-learning-circle/kjg/dot-cdist/type master* +❯ cd __my_computer + +~/ungleich-learning-circle/kjg/dot-cdist/type/__my_computer master* +❯ ls -al +total 8 +drwxr-xr-x 4 elf staff 128 May 6 22:06 . +drwxr-xr-x 3 elf staff 96 May 6 21:26 .. +drwxr-xr-x 2 elf staff 64 May 6 22:06 files +-rw-r--r-- 1 elf staff 110 May 6 21:40 manifest + +~/ungleich-learning-circle/kjg/dot-cdist/type/__my_computer master* +❯ cat ~/.emacs + +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +(require 'package) +(add-to-list 'package-archives + '("melpa" . "http://melpa.org/packages/") t) +(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t) +(package-initialize) + + + +(global-set-key (kbd "") (lambda () (interactive) (find-file (concat "~/ungleich-learning-circle/kjg/learning-"(system-name)"-"(format-time-string "%Y")".org")))) +(global-set-key (kbd "C-x g") 'magit-status) +(global-set-key (kbd "C-c a") 'org-agenda) +(global-set-key (kbd "") 'org-todo-list) + +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(epg-gpg-program "/usr/local/bin/gpg") + '(org-agenda-files + (quote + ("~/ungleich-learning-circle/kjg/todo.org" "~/learning.org"))) + ;;'(org-directory (expand-file-name "~/ungleich-learning-circle/kjg/")) + '(package-selected-packages (quote (org org-gnome org-dp ## which-key magit))) + '(send-mail-function (quote sendmail-send-it))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) + +(require 'epa-file) + +(epa-file-enable) + +(setq mu4e-mu-binary "/usr/local/bin/mu") + +(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu/mu4e") +(require 'mu4e) + +(setq + mue4e-headers-skip-duplicates t + mu4e-view-show-images t + mu4e-view-show-addresses t + mu4e-compose-format-flowed nil + mu4e-date-format "%y/%m/%d" + mu4e-headers-date-format "%Y/%m/%d" + mu4e-change-filenames-when-moving t + mu4e-attachments-dir "~/Downloads" + + mu4e-maildir "~/Maildir/ungleich" ;; top-level Maildir + ;; note that these folders below must start with / + ;; the paths are relative to maildir root + mu4e-refile-folder "/Archive" + mu4e-sent-folder "/Sent" + mu4e-drafts-folder "/Drafts" + mu4e-trash-folder "/Trash" + mu4e-reply-to-address "jinguk.kwon@ungleich.ch" + user-mail-address "jinguk.kwon@ungleich.ch" + user-full-name "kjg") + +;; this setting allows to re-sync and re-index mail +;; by pressing U +(setq mu4e-get-mail-command "mbsync -a") + +(setq mail-host-address "mail.ungleich.ch") + + +(setq send-mail-function 'smtpmail-send-it + message-send-mail-function 'smtpmail-send-it + user-mail-address "jinguk.kwon@ungleich.ch" + smtpmail-starttls-credentials '(("smtp.ungleich.ch" 587 nil nil)) + smtpmail-auth-credentials "~/.authinfo.gpg" + smtpmail-default-smtp-server "smtp.ungleich.ch" + smtpmail-smtp-server "smtp.ungleich.ch" + smtpmail-smtp-service 587 + smtpmail-smtp-user "jinguk.kwon@ungleich.ch" + smtpmail-debug-info t + smtpmail-debug-verb t) + ;;starttls-extra-arguments nil + ;;starttls-gnutls-program (executable-find "gnutls-cli") + ;;smtpmail-warn-about-unknown-extensions t + ;;starttls-use-gnutls t) + +(require 'smtpmail) + +;;store org-mode links to messages +(require 'org-mu4e) + +(define-key mu4e-headers-mode-map (kbd "C-c c") 'mu4e-org-store-and-capture) +(define-key mu4e-view-mode-map (kbd "C-c c") 'mu4e-org-store-and-capture) + +(setq org-directory (expand-file-name "~/ungleich-learning-circle/kjg/")) +;;store link to message if in header view, not to header query +(setq org-mu4e-link-query-in-headers-mode nil) + +(setq org-capture-templates + '(("t" "todo" entry (file+headline (lambda() (concat "~/ungleich-learning-circle/kjg/todo-"(system-name)"-"(format-time-string "%Y")".org")) "Tasks") + "* TODO [#A] %?\nSCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n%a\n"))) + +(setq org-log-done 'time) diff --git a/kjg/dot-cdist/type/__my_computer/manifest b/kjg/dot-cdist/type/__my_computer/manifest new file mode 100644 index 0000000..27d7365 --- /dev/null +++ b/kjg/dot-cdist/type/__my_computer/manifest @@ -0,0 +1,9 @@ +#!/bin/sh + +pkgs="zsh mosh emacs nmap sipcalc" +for pkg in ${pkgs}; do + __package ${pkg} --state present +done + +require="__package/emacs" __file ~/.emacs \ + --mode 0644 --source "$__type/files/.emacs" diff --git a/kjg/dot-cdist/type/__my_computer/singleton b/kjg/dot-cdist/type/__my_computer/singleton new file mode 100644 index 0000000..e69de29 diff --git a/sami/L-3-Cleanliness~.org b/sami/L-3-Cleanliness~.org deleted file mode 100644 index fa2d362..0000000 --- a/sami/L-3-Cleanliness~.org +++ /dev/null @@ -1,22 +0,0 @@ -* What is cleaness? -** the state or quality of being clean or being kept clean. - -* Todays Lesson is to see if the two places are really clean. -* Here is the state of Schwanden aka Place5.ungleich. -** Dusty tables, floor, servers .. Entire room. -** Fiber caps on the table. -** Pieces and cuts from lable-machine one the floor. -** Five usb-sticks on the floor. -** Two keyboards on the table. -** Nine transivers on the table. -** 1.5m Fiber cable on the on the table. -** one non-used notebooks on the table (Schreiber). -** Two small plastic bags on the floor. -** Cartons and Newspaper on the floor. -** Two fibre cables hanging next to server1. -** Label-machine lying on the production table. -** Paper and plastic bag with screws lying on the floor under the main server rack. -** One white RJ-45 cable is lying on the floor behind the switches. -** The kerlink Gateway dirty. -** The Closet needs to be sorted out again everything there is messy. -** Cable managment is wrong. Too long cable for too short distance, Too many crossed cables ..etc. diff --git a/sami/README.md b/sami/README.md deleted file mode 100644 index 78a98d3..0000000 --- a/sami/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# ungleich-learning-circle - -This repository contains merged content from people who partcipated -into the ungleich clearning circle. diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__acl b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__acl new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__acl @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_default_release b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_default_release new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_default_release @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_key b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_key new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_key @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_key_uri b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_key_uri new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_key_uri @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_mark b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_mark new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_mark @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_norecommends b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_norecommends new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_norecommends @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_ppa b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_ppa new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_ppa @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_source b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_source new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_source @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_unattended_upgrades b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_unattended_upgrades new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_unattended_upgrades @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_update_index b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_update_index new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__apt_update_index @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__block b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__block new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__block @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ccollect_source b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ccollect_source new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ccollect_source @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__cdist b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__cdist new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__cdist @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__cdistmarker b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__cdistmarker new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__cdistmarker @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__check_messages b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__check_messages new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__check_messages @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__chroot_mount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__chroot_mount new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__chroot_mount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__chroot_umount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__chroot_umount new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__chroot_umount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__clean_path b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__clean_path new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__clean_path @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__config_file b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__config_file new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__config_file @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_agent b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_agent new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_agent @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_check b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_check new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_check @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_reload b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_reload new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_reload @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_service b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_service new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_service @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_template b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_template new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_template @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_template_template b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_template_template new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_template_template @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_checks b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_checks new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_checks @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_event b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_event new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_event @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_key b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_key new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_key @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_keyprefix b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_keyprefix new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_keyprefix @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_nodes b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_nodes new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_nodes @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_service b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_service new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_service @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_services b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_services new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__consul_watch_services @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__cron b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__cron new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__cron @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__daemontools b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__daemontools new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__daemontools @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__daemontools_service b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__daemontools_service new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__daemontools_service @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__debconf_set_selections b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__debconf_set_selections new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__debconf_set_selections @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__directory b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__directory new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__directory @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_compose b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_compose new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_compose @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_config b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_config new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_config @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_secret b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_secret new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_secret @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_stack b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_stack new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_stack @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_swarm b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_swarm new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__docker_swarm @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__dog_vdi b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__dog_vdi new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__dog_vdi @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__dot_file b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__dot_file new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__dot_file @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__file b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__file new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__file @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__filesystem b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__filesystem new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__filesystem @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__firewalld_rule b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__firewalld_rule new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__firewalld_rule @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__firewalld_start b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__firewalld_start new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__firewalld_start @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__git b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__git new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__git @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__go_get b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__go_get new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__go_get @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__golang_from_vendor b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__golang_from_vendor new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__golang_from_vendor @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__grafana_dashboard b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__grafana_dashboard new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__grafana_dashboard @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__group b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__group new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__group @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__hostname b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__hostname new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__hostname @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__hosts b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__hosts new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__hosts @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_bootloader_grub b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_bootloader_grub new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_bootloader_grub @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_chroot_mount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_chroot_mount new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_chroot_mount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_chroot_umount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_chroot_umount new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_chroot_umount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_config b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_config new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_config @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_coreos b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_coreos new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_coreos @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_directory b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_directory new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_directory @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_file b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_file new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_file @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_fstab b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_fstab new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_fstab @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_generate_fstab b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_generate_fstab new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_generate_fstab @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_mkfs b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_mkfs new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_mkfs @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_mount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_mount new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_mount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_partition_msdos b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_partition_msdos new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_partition_msdos @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_partition_msdos_apply b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_partition_msdos_apply new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_partition_msdos_apply @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_reboot b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_reboot new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_reboot @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_reset_disk b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_reset_disk new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_reset_disk @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_stage b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_stage new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_stage @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_umount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_umount new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__install_umount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__iptables_apply b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__iptables_apply new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__iptables_apply @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__iptables_rule b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__iptables_rule new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__iptables_rule @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__issue b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__issue new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__issue @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__jail b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__jail new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__jail @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__jail_freebsd10 b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__jail_freebsd10 new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__jail_freebsd10 @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__jail_freebsd9 b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__jail_freebsd9 new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__jail_freebsd9 @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__key_value b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__key_value new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__key_value @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__keyboard b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__keyboard new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__keyboard @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__letsencrypt_cert b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__letsencrypt_cert new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__letsencrypt_cert @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__line b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__line new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__line @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__link b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__link new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__link @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__locale b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__locale new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__locale @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__locale_system b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__locale_system new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__locale_system @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__motd b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__motd new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__motd @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__mount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__mount new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__mount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__mysql_database b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__mysql_database new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__mysql_database @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__mysql_privileges b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__mysql_privileges new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__mysql_privileges @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__mysql_user b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__mysql_user new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__mysql_user @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__openldap_server b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__openldap_server new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__openldap_server @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_apk b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_apk new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_apk @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_apt b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_apt new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_apt @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_dpkg b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_dpkg new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_dpkg @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_emerge b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_emerge new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_emerge @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_emerge_dependencies b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_emerge_dependencies new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_emerge_dependencies @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_luarocks b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_luarocks new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_luarocks @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_opkg b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_opkg new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_opkg @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pacman b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pacman new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pacman @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pip b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pip new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pip @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pkg_freebsd b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pkg_freebsd new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pkg_freebsd @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pkg_openbsd b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pkg_openbsd new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pkg_openbsd @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pkgng_freebsd b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pkgng_freebsd new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_pkgng_freebsd @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_rubygem b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_rubygem new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_rubygem @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_update_index b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_update_index new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_update_index @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_upgrade_all b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_upgrade_all new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_upgrade_all @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_yum b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_yum new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_yum @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_zypper b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_zypper new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__package_zypper @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pacman_conf b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pacman_conf new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pacman_conf @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pacman_conf_integrate b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pacman_conf_integrate new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pacman_conf_integrate @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pf_apply b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pf_apply new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pf_apply @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pf_apply_anchor b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pf_apply_anchor new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pf_apply_anchor @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pf_ruleset b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pf_ruleset new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pf_ruleset @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ping b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ping new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ping @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix_master b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix_master new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix_master @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix_postconf b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix_postconf new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix_postconf @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix_postmap b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix_postmap new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix_postmap @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix_reload b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix_reload new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postfix_reload @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postgres_database b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postgres_database new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postgres_database @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postgres_extension b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postgres_extension new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postgres_extension @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postgres_role b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postgres_role new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__postgres_role @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__process b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__process new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__process @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__prometheus_alertmanager b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__prometheus_alertmanager new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__prometheus_alertmanager @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__prometheus_exporter b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__prometheus_exporter new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__prometheus_exporter @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__prometheus_server b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__prometheus_server new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__prometheus_server @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pyvenv b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pyvenv new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__pyvenv @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__qemu_img b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__qemu_img new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__qemu_img @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rbenv b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rbenv new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rbenv @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rsync b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rsync new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rsync @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rvm b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rvm new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rvm @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rvm_gem b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rvm_gem new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rvm_gem @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rvm_gemset b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rvm_gemset new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rvm_gemset @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rvm_ruby b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rvm_ruby new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__rvm_ruby @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__sensible_editor b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__sensible_editor new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__sensible_editor @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__service b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__service new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__service @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ssh_authorized_key b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ssh_authorized_key new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ssh_authorized_key @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ssh_authorized_keys b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ssh_authorized_keys new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ssh_authorized_keys @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ssh_dot_ssh b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ssh_dot_ssh new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ssh_dot_ssh @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__staged_file b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__staged_file new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__staged_file @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__start_on_boot b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__start_on_boot new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__start_on_boot @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__sysctl b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__sysctl new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__sysctl @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__systemd_service b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__systemd_service new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__systemd_service @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__systemd_unit b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__systemd_unit new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__systemd_unit @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__timezone b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__timezone new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__timezone @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ufw b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ufw new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ufw @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ufw_rule b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ufw_rule new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__ufw_rule @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__update_alternatives b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__update_alternatives new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__update_alternatives @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__user b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__user new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__user @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__user_groups b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__user_groups new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__user_groups @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__xymon_apache b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__xymon_apache new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__xymon_apache @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__xymon_client b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__xymon_client new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__xymon_client @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__xymon_config b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__xymon_config new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__xymon_config @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__xymon_server b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__xymon_server new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__xymon_server @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__yum_repo b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__yum_repo new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__yum_repo @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__zypper_repo b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__zypper_repo new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__zypper_repo @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__zypper_service b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__zypper_service new file mode 120000 index 0000000..12ed075 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/bin/__zypper_service @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/scripts/cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/cpu_cores b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/cpu_cores new file mode 120000 index 0000000..8625a5b --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/cpu_cores @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/cpu_cores \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/cpu_sockets b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/cpu_sockets new file mode 120000 index 0000000..a4ee520 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/cpu_sockets @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/cpu_sockets \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/disks b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/disks new file mode 120000 index 0000000..743c511 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/disks @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/disks \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/hostname b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/hostname new file mode 120000 index 0000000..fd263fd --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/hostname @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/hostname \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/init b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/init new file mode 120000 index 0000000..f8a257f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/init @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/init \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/interfaces b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/interfaces new file mode 120000 index 0000000..387dab8 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/interfaces @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/interfaces \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/is-freebsd-jail b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/is-freebsd-jail new file mode 120000 index 0000000..207c263 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/is-freebsd-jail @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/is-freebsd-jail \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/kernel_name b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/kernel_name new file mode 120000 index 0000000..5f762f6 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/kernel_name @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/kernel_name \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/lsb_codename b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/lsb_codename new file mode 120000 index 0000000..a24a8e9 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/lsb_codename @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/lsb_codename \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/lsb_description b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/lsb_description new file mode 120000 index 0000000..d1df527 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/lsb_description @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/lsb_description \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/lsb_id b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/lsb_id new file mode 120000 index 0000000..0830ac8 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/lsb_id @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/lsb_id \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/lsb_release b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/lsb_release new file mode 120000 index 0000000..e1e7dfa --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/lsb_release @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/lsb_release \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/machine b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/machine new file mode 120000 index 0000000..30ae682 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/machine @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/machine \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/machine_type b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/machine_type new file mode 120000 index 0000000..fa9c3f2 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/machine_type @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/machine_type \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/memory b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/memory new file mode 120000 index 0000000..0d3035d --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/memory @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/memory \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/os b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/os new file mode 120000 index 0000000..bb38a14 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/os @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/os \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/os_release b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/os_release new file mode 120000 index 0000000..7d2d810 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/os_release @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/os_release \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/os_version b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/os_version new file mode 120000 index 0000000..0c6c5ea --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/os_version @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/os_version \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/runlevel b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/runlevel new file mode 120000 index 0000000..3a352df --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/explorer/runlevel @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/explorer/runlevel \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/manifest/init b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/manifest/init new file mode 120000 index 0000000..fddd5a9 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/manifest/init @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/manifest/init \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/manifest/sample-from-distribution b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/manifest/sample-from-distribution new file mode 120000 index 0000000..27c5399 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/manifest/sample-from-distribution @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/manifest/sample-from-distribution \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__acl b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__acl new file mode 120000 index 0000000..40c9e43 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__acl @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__acl \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_default_release b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_default_release new file mode 120000 index 0000000..7dd625c --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_default_release @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__apt_default_release \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_key b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_key new file mode 120000 index 0000000..45470b1 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_key @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__apt_key \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_key_uri b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_key_uri new file mode 120000 index 0000000..d4fe92b --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_key_uri @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__apt_key_uri \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_mark b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_mark new file mode 120000 index 0000000..7eca6ee --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_mark @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__apt_mark \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_norecommends b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_norecommends new file mode 120000 index 0000000..193c3e3 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_norecommends @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__apt_norecommends \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_ppa b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_ppa new file mode 120000 index 0000000..e6dfb5c --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_ppa @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__apt_ppa \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_source b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_source new file mode 120000 index 0000000..2a2ef41 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_source @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__apt_source \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_unattended_upgrades b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_unattended_upgrades new file mode 120000 index 0000000..ac729d9 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_unattended_upgrades @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__apt_unattended_upgrades \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_update_index b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_update_index new file mode 120000 index 0000000..2435080 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__apt_update_index @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__apt_update_index \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__block b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__block new file mode 120000 index 0000000..54eef14 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__block @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__block \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ccollect_source b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ccollect_source new file mode 120000 index 0000000..f8f4cc9 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ccollect_source @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__ccollect_source \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__cdist b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__cdist new file mode 120000 index 0000000..1e1e06b --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__cdist @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__cdist \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__cdistmarker b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__cdistmarker new file mode 120000 index 0000000..edbb6bc --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__cdistmarker @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__cdistmarker \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__check_messages b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__check_messages new file mode 120000 index 0000000..5c38205 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__check_messages @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__check_messages \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__chroot_mount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__chroot_mount new file mode 120000 index 0000000..a041461 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__chroot_mount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__chroot_mount \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__chroot_umount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__chroot_umount new file mode 120000 index 0000000..0725f72 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__chroot_umount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__chroot_umount \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__clean_path b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__clean_path new file mode 120000 index 0000000..8c37ae6 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__clean_path @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__clean_path \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__config_file b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__config_file new file mode 120000 index 0000000..ec64528 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__config_file @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__config_file \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul new file mode 120000 index 0000000..01f82f3 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_agent b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_agent new file mode 120000 index 0000000..83253a9 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_agent @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_agent \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_check b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_check new file mode 120000 index 0000000..c8da32d --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_check @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_check \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_reload b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_reload new file mode 120000 index 0000000..9dc0b87 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_reload @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_reload \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_service b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_service new file mode 120000 index 0000000..dec9d8e --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_service @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_service \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_template b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_template new file mode 120000 index 0000000..aa615e5 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_template @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_template \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_template_template b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_template_template new file mode 120000 index 0000000..63db15a --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_template_template @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_template_template \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_checks b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_checks new file mode 120000 index 0000000..009fd44 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_checks @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_watch_checks \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_event b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_event new file mode 120000 index 0000000..74ed80e --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_event @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_watch_event \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_key b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_key new file mode 120000 index 0000000..ce59da6 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_key @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_watch_key \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_keyprefix b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_keyprefix new file mode 120000 index 0000000..ece05f2 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_keyprefix @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_watch_keyprefix \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_nodes b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_nodes new file mode 120000 index 0000000..bdec260 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_nodes @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_watch_nodes \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_service b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_service new file mode 120000 index 0000000..0d877a4 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_service @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_watch_service \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_services b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_services new file mode 120000 index 0000000..4b79c0d --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__consul_watch_services @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__consul_watch_services \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__cron b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__cron new file mode 120000 index 0000000..644194e --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__cron @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__cron \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__daemontools b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__daemontools new file mode 120000 index 0000000..c5c0459 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__daemontools @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__daemontools \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__daemontools_service b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__daemontools_service new file mode 120000 index 0000000..0743887 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__daemontools_service @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__daemontools_service \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__debconf_set_selections b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__debconf_set_selections new file mode 120000 index 0000000..5ee5947 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__debconf_set_selections @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__debconf_set_selections \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__directory b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__directory new file mode 120000 index 0000000..edd282a --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__directory @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__directory \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker new file mode 120000 index 0000000..160043f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__docker \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_compose b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_compose new file mode 120000 index 0000000..7b338a7 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_compose @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__docker_compose \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_config b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_config new file mode 120000 index 0000000..b1b51a5 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_config @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__docker_config \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_secret b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_secret new file mode 120000 index 0000000..e2d914f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_secret @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__docker_secret \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_stack b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_stack new file mode 120000 index 0000000..fb83d14 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_stack @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__docker_stack \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_swarm b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_swarm new file mode 120000 index 0000000..f322991 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__docker_swarm @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__docker_swarm \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__dog_vdi b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__dog_vdi new file mode 120000 index 0000000..e98823e --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__dog_vdi @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__dog_vdi \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__dot_file b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__dot_file new file mode 120000 index 0000000..5114687 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__dot_file @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__dot_file \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__file b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__file new file mode 120000 index 0000000..4c6e9ac --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__file @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__file \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__filesystem b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__filesystem new file mode 120000 index 0000000..e28a50f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__filesystem @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__filesystem \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__firewalld_rule b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__firewalld_rule new file mode 120000 index 0000000..5f52ae1 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__firewalld_rule @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__firewalld_rule \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__firewalld_start b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__firewalld_start new file mode 120000 index 0000000..dd214ee --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__firewalld_start @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__firewalld_start \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__git b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__git new file mode 120000 index 0000000..aa0b72a --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__git @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__git \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__go_get b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__go_get new file mode 120000 index 0000000..c2f517a --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__go_get @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__go_get \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__golang_from_vendor b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__golang_from_vendor new file mode 120000 index 0000000..a60a23a --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__golang_from_vendor @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__golang_from_vendor \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__grafana_dashboard b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__grafana_dashboard new file mode 120000 index 0000000..be03c39 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__grafana_dashboard @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__grafana_dashboard \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__group b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__group new file mode 120000 index 0000000..23f418b --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__group @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__group \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__hostname b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__hostname new file mode 120000 index 0000000..4a62574 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__hostname @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__hostname \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__hosts b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__hosts new file mode 120000 index 0000000..26c7102 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__hosts @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__hosts \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_bootloader_grub b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_bootloader_grub new file mode 120000 index 0000000..9ab020f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_bootloader_grub @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_bootloader_grub \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_chroot_mount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_chroot_mount new file mode 120000 index 0000000..25393ed --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_chroot_mount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_chroot_mount \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_chroot_umount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_chroot_umount new file mode 120000 index 0000000..853e86c --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_chroot_umount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_chroot_umount \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_config b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_config new file mode 120000 index 0000000..c9a12b5 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_config @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_config \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_coreos b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_coreos new file mode 120000 index 0000000..8828f3c --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_coreos @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_coreos \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_directory b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_directory new file mode 120000 index 0000000..77dba41 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_directory @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_directory \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_file b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_file new file mode 120000 index 0000000..48060b1 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_file @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_file \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_fstab b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_fstab new file mode 120000 index 0000000..c0c7544 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_fstab @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_fstab \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_generate_fstab b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_generate_fstab new file mode 120000 index 0000000..9d203d7 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_generate_fstab @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_generate_fstab \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_mkfs b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_mkfs new file mode 120000 index 0000000..b1b17f7 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_mkfs @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_mkfs \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_mount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_mount new file mode 120000 index 0000000..a5299b7 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_mount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_mount \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_partition_msdos b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_partition_msdos new file mode 120000 index 0000000..559ab38 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_partition_msdos @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_partition_msdos \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_partition_msdos_apply b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_partition_msdos_apply new file mode 120000 index 0000000..d3b6d76 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_partition_msdos_apply @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_partition_msdos_apply \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_reboot b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_reboot new file mode 120000 index 0000000..914ff7c --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_reboot @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_reboot \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_reset_disk b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_reset_disk new file mode 120000 index 0000000..ed97219 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_reset_disk @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_reset_disk \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_stage b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_stage new file mode 120000 index 0000000..4301d18 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_stage @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_stage \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_umount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_umount new file mode 120000 index 0000000..836ad2d --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__install_umount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__install_umount \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__iptables_apply b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__iptables_apply new file mode 120000 index 0000000..ca618a9 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__iptables_apply @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__iptables_apply \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__iptables_rule b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__iptables_rule new file mode 120000 index 0000000..467946c --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__iptables_rule @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__iptables_rule \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__issue b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__issue new file mode 120000 index 0000000..248bdff --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__issue @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__issue \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__jail b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__jail new file mode 120000 index 0000000..1422b02 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__jail @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__jail \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__jail_freebsd10 b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__jail_freebsd10 new file mode 120000 index 0000000..cc327f2 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__jail_freebsd10 @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__jail_freebsd10 \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__jail_freebsd9 b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__jail_freebsd9 new file mode 120000 index 0000000..edfe756 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__jail_freebsd9 @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__jail_freebsd9 \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__key_value b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__key_value new file mode 120000 index 0000000..ff344ef --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__key_value @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__key_value \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__keyboard b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__keyboard new file mode 120000 index 0000000..287713f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__keyboard @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__keyboard \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__letsencrypt_cert b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__letsencrypt_cert new file mode 120000 index 0000000..18bc735 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__letsencrypt_cert @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__letsencrypt_cert \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__line b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__line new file mode 120000 index 0000000..3f3c25f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__line @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__line \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__link b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__link new file mode 120000 index 0000000..4dfa5c1 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__link @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__link \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__locale b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__locale new file mode 120000 index 0000000..80f6a7a --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__locale @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__locale \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__locale_system b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__locale_system new file mode 120000 index 0000000..76be2d6 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__locale_system @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__locale_system \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__motd b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__motd new file mode 120000 index 0000000..a394735 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__motd @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__motd \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__mount b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__mount new file mode 120000 index 0000000..ecdfbff --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__mount @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__mount \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__mysql_database b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__mysql_database new file mode 120000 index 0000000..244dcf0 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__mysql_database @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__mysql_database \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__mysql_privileges b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__mysql_privileges new file mode 120000 index 0000000..76649c7 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__mysql_privileges @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__mysql_privileges \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__mysql_user b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__mysql_user new file mode 120000 index 0000000..c4242e1 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__mysql_user @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__mysql_user \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__openldap_server b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__openldap_server new file mode 120000 index 0000000..3c3cec9 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__openldap_server @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__openldap_server \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package new file mode 120000 index 0000000..7175b17 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_apk b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_apk new file mode 120000 index 0000000..c24b449 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_apk @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_apk \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_apt b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_apt new file mode 120000 index 0000000..a4570a7 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_apt @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_apt \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_dpkg b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_dpkg new file mode 120000 index 0000000..45cc330 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_dpkg @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_dpkg \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_emerge b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_emerge new file mode 120000 index 0000000..1f48139 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_emerge @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_emerge \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_emerge_dependencies b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_emerge_dependencies new file mode 120000 index 0000000..1adee88 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_emerge_dependencies @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_emerge_dependencies \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_luarocks b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_luarocks new file mode 120000 index 0000000..6831da5 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_luarocks @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_luarocks \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_opkg b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_opkg new file mode 120000 index 0000000..8b79d80 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_opkg @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_opkg \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pacman b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pacman new file mode 120000 index 0000000..32f60da --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pacman @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_pacman \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pip b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pip new file mode 120000 index 0000000..60a9809 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pip @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_pip \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pkg_freebsd b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pkg_freebsd new file mode 120000 index 0000000..694c056 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pkg_freebsd @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_pkg_freebsd \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pkg_openbsd b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pkg_openbsd new file mode 120000 index 0000000..ac3b511 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pkg_openbsd @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_pkg_openbsd \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pkgng_freebsd b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pkgng_freebsd new file mode 120000 index 0000000..52c855a --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_pkgng_freebsd @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_pkgng_freebsd \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_rubygem b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_rubygem new file mode 120000 index 0000000..bab3b15 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_rubygem @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_rubygem \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_update_index b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_update_index new file mode 120000 index 0000000..ec94d64 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_update_index @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_update_index \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_upgrade_all b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_upgrade_all new file mode 120000 index 0000000..39e77dd --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_upgrade_all @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_upgrade_all \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_yum b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_yum new file mode 120000 index 0000000..5764d25 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_yum @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_yum \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_zypper b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_zypper new file mode 120000 index 0000000..5e4f2fd --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__package_zypper @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__package_zypper \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pacman_conf b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pacman_conf new file mode 120000 index 0000000..8f58da2 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pacman_conf @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__pacman_conf \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pacman_conf_integrate b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pacman_conf_integrate new file mode 120000 index 0000000..4a13137 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pacman_conf_integrate @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__pacman_conf_integrate \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pf_apply b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pf_apply new file mode 120000 index 0000000..973f9fc --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pf_apply @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__pf_apply \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pf_apply_anchor b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pf_apply_anchor new file mode 120000 index 0000000..13bd6ed --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pf_apply_anchor @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__pf_apply_anchor \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pf_ruleset b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pf_ruleset new file mode 120000 index 0000000..5a06532 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pf_ruleset @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__pf_ruleset \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ping b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ping new file mode 120000 index 0000000..b0851e7 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ping @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__ping \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix new file mode 120000 index 0000000..e0ebcd4 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__postfix \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix_master b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix_master new file mode 120000 index 0000000..939645e --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix_master @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__postfix_master \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix_postconf b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix_postconf new file mode 120000 index 0000000..611f36e --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix_postconf @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__postfix_postconf \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix_postmap b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix_postmap new file mode 120000 index 0000000..8269b1a --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix_postmap @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__postfix_postmap \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix_reload b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix_reload new file mode 120000 index 0000000..55be83e --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postfix_reload @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__postfix_reload \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postgres_database b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postgres_database new file mode 120000 index 0000000..0b0a06a --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postgres_database @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__postgres_database \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postgres_extension b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postgres_extension new file mode 120000 index 0000000..58bb299 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postgres_extension @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__postgres_extension \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postgres_role b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postgres_role new file mode 120000 index 0000000..6f2b227 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__postgres_role @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__postgres_role \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__process b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__process new file mode 120000 index 0000000..25d4af0 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__process @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__process \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__prometheus_alertmanager b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__prometheus_alertmanager new file mode 120000 index 0000000..1bb0b8a --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__prometheus_alertmanager @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__prometheus_alertmanager \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__prometheus_exporter b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__prometheus_exporter new file mode 120000 index 0000000..7974b8f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__prometheus_exporter @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__prometheus_exporter \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__prometheus_server b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__prometheus_server new file mode 120000 index 0000000..f100392 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__prometheus_server @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__prometheus_server \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pyvenv b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pyvenv new file mode 120000 index 0000000..316920f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__pyvenv @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__pyvenv \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__qemu_img b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__qemu_img new file mode 120000 index 0000000..52df868 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__qemu_img @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__qemu_img \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rbenv b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rbenv new file mode 120000 index 0000000..069947a --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rbenv @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__rbenv \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rsync b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rsync new file mode 120000 index 0000000..bbb0122 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rsync @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__rsync \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rvm b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rvm new file mode 120000 index 0000000..fd2004d --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rvm @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__rvm \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rvm_gem b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rvm_gem new file mode 120000 index 0000000..fe0a601 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rvm_gem @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__rvm_gem \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rvm_gemset b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rvm_gemset new file mode 120000 index 0000000..701d1ce --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rvm_gemset @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__rvm_gemset \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rvm_ruby b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rvm_ruby new file mode 120000 index 0000000..3e36699 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__rvm_ruby @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__rvm_ruby \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__sensible_editor b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__sensible_editor new file mode 120000 index 0000000..64d81c5 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__sensible_editor @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__sensible_editor \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__service b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__service new file mode 120000 index 0000000..8448b9b --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__service @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__service \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ssh_authorized_key b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ssh_authorized_key new file mode 120000 index 0000000..b86f2a4 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ssh_authorized_key @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__ssh_authorized_key \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ssh_authorized_keys b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ssh_authorized_keys new file mode 120000 index 0000000..5ce6df2 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ssh_authorized_keys @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__ssh_authorized_keys \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ssh_dot_ssh b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ssh_dot_ssh new file mode 120000 index 0000000..73f0e70 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ssh_dot_ssh @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__ssh_dot_ssh \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__staged_file b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__staged_file new file mode 120000 index 0000000..67ab456 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__staged_file @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__staged_file \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__start_on_boot b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__start_on_boot new file mode 120000 index 0000000..4f614f1 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__start_on_boot @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__start_on_boot \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__sysctl b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__sysctl new file mode 120000 index 0000000..09bdfb4 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__sysctl @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__sysctl \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__systemd_service b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__systemd_service new file mode 120000 index 0000000..edce787 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__systemd_service @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__systemd_service \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__systemd_unit b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__systemd_unit new file mode 120000 index 0000000..a3cbbb9 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__systemd_unit @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__systemd_unit \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__timezone b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__timezone new file mode 120000 index 0000000..215a6b7 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__timezone @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__timezone \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ufw b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ufw new file mode 120000 index 0000000..6589b09 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ufw @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__ufw \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ufw_rule b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ufw_rule new file mode 120000 index 0000000..da8a894 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__ufw_rule @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__ufw_rule \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__update_alternatives b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__update_alternatives new file mode 120000 index 0000000..a05efdd --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__update_alternatives @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__update_alternatives \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__user b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__user new file mode 120000 index 0000000..c6c27c1 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__user @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__user \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__user_groups b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__user_groups new file mode 120000 index 0000000..5abb052 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__user_groups @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__user_groups \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__xymon_apache b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__xymon_apache new file mode 120000 index 0000000..73b9068 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__xymon_apache @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__xymon_apache \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__xymon_client b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__xymon_client new file mode 120000 index 0000000..6a1515f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__xymon_client @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__xymon_client \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__xymon_config b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__xymon_config new file mode 120000 index 0000000..208a14f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__xymon_config @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__xymon_config \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__xymon_server b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__xymon_server new file mode 120000 index 0000000..2b4eefb --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__xymon_server @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__xymon_server \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__yum_repo b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__yum_repo new file mode 120000 index 0000000..f9be82f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__yum_repo @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__yum_repo \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__zypper_repo b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__zypper_repo new file mode 120000 index 0000000..1848c23 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__zypper_repo @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__zypper_repo \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__zypper_service b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__zypper_service new file mode 120000 index 0000000..73dc883 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/conf/type/__zypper_service @@ -0,0 +1 @@ +/home/sami/learning-cicle/sami/my-cdist/cdist/cdist/conf/type/__zypper_service \ No newline at end of file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/cpu_cores b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/cpu_cores new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/cpu_cores @@ -0,0 +1 @@ +2 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/cpu_sockets b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/cpu_sockets new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/cpu_sockets @@ -0,0 +1 @@ +1 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/disks b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/disks new file mode 100644 index 0000000..bcc71b3 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/disks @@ -0,0 +1 @@ +loop0 loop1 loop2 loop3 loop4 loop5 loop6 loop7 loop8 loop9 loop10 loop11 loop12 loop13 loop14 loop15 loop16 sda diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/hostname b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/hostname new file mode 100644 index 0000000..a6498e6 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/hostname @@ -0,0 +1 @@ +afro-linux-lenovo-b50-30 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/init b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/init new file mode 100644 index 0000000..24ad079 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/init @@ -0,0 +1 @@ +systemd diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/interfaces b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/interfaces new file mode 100644 index 0000000..bc4c6fe --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/interfaces @@ -0,0 +1,3 @@ +enp3s0 +lo +wlp4s0 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/is-freebsd-jail b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/is-freebsd-jail new file mode 100644 index 0000000..e69de29 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/kernel_name b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/kernel_name new file mode 100644 index 0000000..9b07567 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/kernel_name @@ -0,0 +1 @@ +Linux diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/lsb_codename b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/lsb_codename new file mode 100644 index 0000000..8cc284e --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/lsb_codename @@ -0,0 +1 @@ +eoan diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/lsb_description b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/lsb_description new file mode 100644 index 0000000..45de8c2 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/lsb_description @@ -0,0 +1 @@ +Ubuntu 19.10 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/lsb_id b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/lsb_id new file mode 100644 index 0000000..d57896b --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/lsb_id @@ -0,0 +1 @@ +Ubuntu diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/lsb_release b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/lsb_release new file mode 100644 index 0000000..32482de --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/lsb_release @@ -0,0 +1 @@ +19.10 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/machine b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/machine new file mode 100644 index 0000000..1c09346 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/machine @@ -0,0 +1 @@ +x86_64 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/machine_type b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/machine_type new file mode 100644 index 0000000..b6b384d --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/machine_type @@ -0,0 +1 @@ +physical diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/memory b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/memory new file mode 100644 index 0000000..38c0c61 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/memory @@ -0,0 +1 @@ +8035880 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/os b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/os new file mode 100644 index 0000000..e9e5f7c --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/os @@ -0,0 +1 @@ +ubuntu diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/os_release b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/os_release new file mode 100644 index 0000000..a312a77 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/os_release @@ -0,0 +1,12 @@ +NAME="Ubuntu" +VERSION="19.10 (Eoan Ermine)" +ID=ubuntu +ID_LIKE=debian +PRETTY_NAME="Ubuntu 19.10" +VERSION_ID="19.10" +HOME_URL="https://www.ubuntu.com/" +SUPPORT_URL="https://help.ubuntu.com/" +BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" +PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" +VERSION_CODENAME=eoan +UBUNTU_CODENAME=eoan diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/os_version b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/os_version new file mode 100644 index 0000000..32482de --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/os_version @@ -0,0 +1 @@ +19.10 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/runlevel b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/runlevel new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/explorer/runlevel @@ -0,0 +1 @@ +5 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/messages b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/messages new file mode 100644 index 0000000..e69de29 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/explorer/cksum b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/explorer/cksum new file mode 100644 index 0000000..ff686fc --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/explorer/cksum @@ -0,0 +1 @@ +4294967295 0 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/explorer/stat b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/explorer/stat new file mode 100644 index 0000000..2a42189 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/explorer/stat @@ -0,0 +1,6 @@ +type: regular empty file +owner: 0 root +group: 0 root +mode: 600 -rw------- +size: 0 +links: 1 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/explorer/type b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/explorer/type new file mode 100644 index 0000000..f73f309 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/explorer/type @@ -0,0 +1 @@ +file diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/parameter/state b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/parameter/state new file mode 100644 index 0000000..e7f6134 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/parameter/state @@ -0,0 +1 @@ +present diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/source b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/source new file mode 100644 index 0000000..aff1c79 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/source @@ -0,0 +1 @@ +/tmp/tmptp1cp0c9/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/state b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/state new file mode 100644 index 0000000..19f86f4 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/state @@ -0,0 +1 @@ +done diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/stderr/gencode-local b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/stderr/gencode-local new file mode 100644 index 0000000..e69de29 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/stderr/gencode-remote b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object/__file/etc/cdist-configured/.cdist-jdzj52n7/stderr/gencode-remote new file mode 100644 index 0000000..e69de29 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object_marker b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object_marker new file mode 100644 index 0000000..b52d533 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/object_marker @@ -0,0 +1 @@ +.cdist-jdzj52n7 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/stderr/init b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/stderr/init new file mode 100644 index 0000000..e69de29 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/stderr/remote b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/stderr/remote new file mode 100644 index 0000000..e69de29 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/stdout/init b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/stdout/init new file mode 100644 index 0000000..e69de29 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/stdout/remote b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/stdout/remote new file mode 100644 index 0000000..e69de29 diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/target_host b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/target_host new file mode 100644 index 0000000..2fbb50c --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/target_host @@ -0,0 +1 @@ +localhost diff --git a/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/typeorder b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/typeorder new file mode 100644 index 0000000..de3f031 --- /dev/null +++ b/sami/my-cdist/.cdist/cache/421aa90e079fa326b6494f812ad13e79/typeorder @@ -0,0 +1 @@ +__file/etc/cdist-configured diff --git a/sami/my-cdist/.cdist/manifest/init b/sami/my-cdist/.cdist/manifest/init new file mode 100644 index 0000000..e69de29 diff --git a/sami/my-cdist/.cdist/sample b/sami/my-cdist/.cdist/sample new file mode 100644 index 0000000..c28e3ac --- /dev/null +++ b/sami/my-cdist/.cdist/sample @@ -0,0 +1 @@ +__sample_bottle_hosting --projectname sample --user app --domain $__target_host sample diff --git a/sami/my-cdist/.cdist/type/__sample_bottle_hosting/gencode-remote b/sami/my-cdist/.cdist/type/__sample_bottle_hosting/gencode-remote new file mode 100644 index 0000000..a4cceb5 --- /dev/null +++ b/sami/my-cdist/.cdist/type/__sample_bottle_hosting/gencode-remote @@ -0,0 +1 @@ +echo "service nginx restart" diff --git a/sami/my-cdist/.cdist/type/__sample_bottle_hosting/manifest b/sami/my-cdist/.cdist/type/__sample_bottle_hosting/manifest new file mode 100644 index 0000000..d0b9ecd --- /dev/null +++ b/sami/my-cdist/.cdist/type/__sample_bottle_hosting/manifest @@ -0,0 +1,43 @@ +os=$(cat "$__global/explorer/os") + +case "$os" in + ubuntu) + : + ;; + *) + echo "OS $os currently not supported" >&2 + exit 1 + ;; +esac + + +user="$(cat "$__object/parameter/user")" +home="/home/$user" +apphome="$home/app" + +# create user +__user "$user" --home "$home" --shell /bin/bash +# create user home dir +require="__user/$user" __directory "$home" \ + --owner "$user" --group "$user" --mode 0755 +# create app home dir +require="__user/$user __directory/$home" __directory "$apphome" \ + --state present --owner "$user" --group "$user" --mode 0755 + + +# define packages that need to be installed +packages_to_install="nginx uwsgi-plugin-python3 python3-dev python3-pip postgresql postgresql-contrib libpq-dev python3-venv uwsgi python3-psycopg2" + +# update package index +__apt_update_index +# install packages +for package in $packages_to_install + do require="__apt_update_index" __package $package --state=present +done + +# install pip3 packages +for package in bottle bottle-pgsql; do + __package_pip --pip pip3 $package +done + + diff --git a/sami/my-cdist/.cdist/type/__sample_bottle_hosting/parameter/required b/sami/my-cdist/.cdist/type/__sample_bottle_hosting/parameter/required new file mode 100644 index 0000000..719e766 --- /dev/null +++ b/sami/my-cdist/.cdist/type/__sample_bottle_hosting/parameter/required @@ -0,0 +1,4 @@ +# required parameter +projectname +user +domain diff --git a/sami/my-cdist/.cdist/type/__sample_nginx/gencode-remote b/sami/my-cdist/.cdist/type/__sample_nginx/gencode-remote new file mode 100644 index 0000000..e69de29 diff --git a/sami/my-cdist/.cdist/type/__sample_nginx/manifest b/sami/my-cdist/.cdist/type/__sample_nginx/manifest new file mode 100644 index 0000000..14a9ac9 --- /dev/null +++ b/sami/my-cdist/.cdist/type/__sample_nginx/manifest @@ -0,0 +1,13 @@ +domain="$(cat "$__object/parameter/domain")" +webroot="/var/www/html" +__sample_nginx_http_letsencrypt_and_ssl_redirect "$domain" --webroot "$webroot" + + +# create SSL cert +require="__package/nginx __sample_nginx_http_letsencrypt_and_ssl_redirect/$domain" \ + __letsencrypt_cert --admin-email samuel.hailu@ungleich.ch \ + --webroot "$webroot" \ + --automatic-renewal \ + --renew-hook "service nginx reload" \ + --domain "$domain" \ + "$domain" diff --git a/sami/my-cdist/.cdist/type/__sample_nginx_http_letsencrypt_and_ssl_redirect/gencode-remote b/sami/my-cdist/.cdist/type/__sample_nginx_http_letsencrypt_and_ssl_redirect/gencode-remote new file mode 100644 index 0000000..9adb30b --- /dev/null +++ b/sami/my-cdist/.cdist/type/__sample_nginx_http_letsencrypt_and_ssl_redirect/gencode-remote @@ -0,0 +1 @@ +echo "service nginx reload" diff --git a/sami/my-cdist/.cdist/type/__sample_nginx_http_letsencrypt_and_ssl_redirect/manifest b/sami/my-cdist/.cdist/type/__sample_nginx_http_letsencrypt_and_ssl_redirect/manifest new file mode 100644 index 0000000..38ca444 --- /dev/null +++ b/sami/my-cdist/.cdist/type/__sample_nginx_http_letsencrypt_and_ssl_redirect/manifest @@ -0,0 +1,25 @@ +domain="$__object_id" +webroot="$(cat "$__object/parameter/webroot")" +# make sure we have nginx package +__package nginx +# setup Let's Encrypt HTTP acme challenge, redirect HTTP to HTTPS +require="__package/nginx" __file "/etc/nginx/sites-enabled/http-$domain" \ + --source - --mode 0644 << EOF +server { + listen *:80; + listen [::]:80; + + server_name $domain; + + # Let's Encrypt + location /.well-known/acme-challenge/ { + root $webroot; + } + + # Everything else -> SSL + location / { + return 301 https://\$host\$request_uri; + } +} + +EOF diff --git a/sami/my-cdist/.cdist/type/__sample_nginx_http_letsencrypt_and_ssl_redirect/parameter/required b/sami/my-cdist/.cdist/type/__sample_nginx_http_letsencrypt_and_ssl_redirect/parameter/required new file mode 100644 index 0000000..fc7c3e9 --- /dev/null +++ b/sami/my-cdist/.cdist/type/__sample_nginx_http_letsencrypt_and_ssl_redirect/parameter/required @@ -0,0 +1 @@ +webroot diff --git a/sami/my-cdist/cdist b/sami/my-cdist/cdist new file mode 160000 index 0000000..d4059fd --- /dev/null +++ b/sami/my-cdist/cdist @@ -0,0 +1 @@ +Subproject commit d4059fd29ecb93e094c411bb8ca09a234904b763 diff --git a/sami/L-3-Cleanliness.org b/sami/my-org-files/L-3-Cleanliness.org similarity index 100% rename from sami/L-3-Cleanliness.org rename to sami/my-org-files/L-3-Cleanliness.org diff --git a/sami/captchas.org b/sami/my-org-files/captchas.org similarity index 100% rename from sami/captchas.org rename to sami/my-org-files/captchas.org diff --git a/sami/my-org-files/emacs-refresher.org b/sami/my-org-files/emacs-refresher.org new file mode 100644 index 0000000..65746ba --- /dev/null +++ b/sami/my-org-files/emacs-refresher.org @@ -0,0 +1,79 @@ +# Organisation #5: Emacs refresher + +* Search for something forward: C-s +** Searching in emacs is incremental which means it begins searching as soon as you type the first word + + +* Search for something backward +** C-r + + +* Search for regular expressions instead of string (forward, backward) +** c-M-s i-search-forward-reg-exp c-M-r +*** i-search-backwards-reg-exp +**** incremental and nonincremental way of searching + + +* Go to the beginning of the line +** C-a begininging of the line +** C-e end of the line + + +* Delete a word in front (to the right of the cursor) +** C-d deletes the single word after the cursor + + +* Delete a word in back (to the left of the cursor) +** Backspace deletes the single word before the cursor + + +* List all "occurences" of a word in a file +** x-m grep + + +* Search (GREP) for a word in all files in a directory RECURSIVELY +** + + +* Save the CURRENT buffer +** C-x C-s + + +* Save ALL open files +** Press "C-x s" and then choose "!" for saving all buffers. + + +* Split the window/buffer vertically +** C-x 3 + + +* Split the window/buffer horizontally +** C-x 2 + + +* Close buffers +** C-x 0 + + +* Switch between the different windows +** C-x o + + +* Kill the active buffer +** C-x k buffer + + +* Closing a buffer +** resume the same buffer after it has been closed. + + +* killing a buffer +** we won't be a able to resume the the buffer after it has been killed. + + +* Switch between buffers that are not shown +** C-x Left-key (in the same window) + + +* Switch between buffers that are not shown 2 +** c-x 4 b switch to a buffer in other window diff --git a/sami/list-of-patterns b/sami/my-org-files/list-of-patterns.org similarity index 100% rename from sami/list-of-patterns rename to sami/my-org-files/list-of-patterns.org diff --git a/sami/quote1.org b/sami/my-org-files/quote1.org similarity index 100% rename from sami/quote1.org rename to sami/my-org-files/quote1.org diff --git a/sami/quote1~.org b/sami/quote1~.org deleted file mode 100644 index 675fa1f..0000000 --- a/sami/quote1~.org +++ /dev/null @@ -1,59 +0,0 @@ -* A clean environment promotes health, reduces stress and increases productivity. -** Based on the last sessions the following table is the summary of the whole issues in the company. - -+-------------------+--------------------------+ -|Uncleanliness |Define a cleaning schedule| -+-------------------+--------------------------+ -|unsorted equipments|Regular inventory round | -+-------------------+--------------------------+ -|Cable mess |Recableing, Labeling | -+-------------------+--------------------------+ - -* *Explain a high level concept on how to ensure the office and server room stays clean.* -** Understanding the importance of cleanliness. -*** Office is where we spend our working days and The server-room is the place where we store our essential datas to our business so cleanliness is the heart of the whole business. - -* *High level* -** Hiring a cleaning company/person that understands the sensitivity of the job. -** Letting it be everyone's job(Resposibility), such as returning back equipments after operating, not eating on the production area etc.. -** Define a cleaning scheduale - - -* *How to clean the office?* -** Clean weekly - -* *How to clean the server-room?* -** Clean weekly and deep cleaning every 3 months - -* *Cleaning equipments* -** Vancuum -** Microfible cloths -** Antistatic cleaning solutions -** other relevant cleaning products - -* *Who cleans the server-room and the office?* -** Sami/Balazs - -* *Define and list WHO does WHAT and WHEN.* -** Everyone cleans up his own messes -** Everyone brings stuff back to where they belong after using them -** According to the cleaning schedule the responsible person cleans up regularly -** According to the inventory round check schedule the resposible person checks up regularly - -* *List all operational tasks* - -* General cleaning -** Cleaning floor, servers, dusts etc.. -*TODO* Sami/Balazs - -* Sort equipments -** Collect all missing parts from all places and a put them all in one place -** Count and wrap up every thing in their place -** Document the inventory -*TODO* Sami/Balazs - -* Cable mess -** To be re-cabled -** All cables to be labeled -*TODO* Sami/Balazs - diff --git a/youngjin.han/cdist.org b/youngjin.han/cdist.org new file mode 100644 index 0000000..4609010 --- /dev/null +++ b/youngjin.han/cdist.org @@ -0,0 +1,243 @@ +* singleton / non-singleton +** non-singleton needs process ID. +** singletion should be carried out by itself. +* verbosity +** verbosity level display me cdist processing information. +*** '-v' is light information. +*** '-vv' and '-vvv' iform me more cidst processing information (e.g. debug, verbose and etc) +* log : verbosity +** -v +INFO: localhost: Starting configuration run +INFO: localhost: Processing __apt_update_index/ +INFO: localhost: Processing __motd/ +INFO: localhost: Finished successful run in 2.45 seconds +** -vv +VERBOSE: cdist: version 6.5.5-2-gd4059fd2 +INFO: localhost: Starting configuration run +VERBOSE: localhost: Running global explorers +VERBOSE: localhost: Running initial manifest /tmp/tmplx_30ksy/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init +VERBOSE: localhost: Preparing object __file/etc/cdist-configured +VERBOSE: localhost: Running manifest and explorers for __file/etc/cdist-configured +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/etc/cdist-configured +VERBOSE: localhost: Preparing object __timezone/Asia/Seoul +VERBOSE: localhost: Running manifest and explorers for __timezone/Asia/Seoul +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmplx_30ksy/421aa90e079fa326b6494f812ad13e79/data/conf/type/__timezone/manifest for object __timezone/Asia/Seoul +VERBOSE: localhost: Preparing object __my_computer/ +VERBOSE: localhost: Running manifest and explorers for __my_computer/ +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmplx_30ksy/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/manifest for object __my_computer/ +VERBOSE: localhost: Preparing object __motd/ +VERBOSE: localhost: Running manifest and explorers for __motd/ +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmplx_30ksy/421aa90e079fa326b6494f812ad13e79/data/conf/type/__motd/manifest for object __motd/ +VERBOSE: localhost: Preparing object __apt_update_index/ +VERBOSE: localhost: Running manifest and explorers for __apt_update_index/ +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __apt_update_index/ +INFO: localhost: Processing __apt_update_index/ +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/30_agenda_config.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/30_agenda_config.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/30_agenda_config.el +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/00_global_config.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/00_global_config.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/00_global_config.el +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/10_magit_config.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/10_magit_config.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/10_magit_config.el +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/20_mu4e_config.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/20_mu4e_config.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/20_mu4e_config.el +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/init.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/init.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/init.el +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/21_smtp_config.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/21_smtp_config.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/21_smtp_config.el +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/99_custom_config.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/99_custom_config.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/99_custom_config.el +VERBOSE: localhost: Preparing object __file/etc/motd.tail +VERBOSE: localhost: Running manifest and explorers for __file/etc/motd.tail +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/etc/motd.tail +VERBOSE: localhost: Preparing object __directory/home/jafo/.emacs.d +VERBOSE: localhost: Running manifest and explorers for __directory/home/jafo/.emacs.d +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __directory/home/jafo/.emacs.d +VERBOSE: localhost: Preparing object __package/tzdata +VERBOSE: localhost: Running manifest and explorers for __package/tzdata +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmplx_30ksy/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/tzdata +VERBOSE: localhost: Running object __my_computer/ +VERBOSE: localhost: Running object __motd/ +INFO: localhost: Processing __motd/ +VERBOSE: localhost: Preparing object __package_apt/tzdata +VERBOSE: localhost: Running manifest and explorers for __package_apt/tzdata +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __package_apt/tzdata +VERBOSE: localhost: Running object __package/tzdata +VERBOSE: localhost: Preparing object __link/etc/localtime +VERBOSE: localhost: Running manifest and explorers for __link/etc/localtime +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __link/etc/localtime +VERBOSE: localhost: Running object __timezone/Asia/Seoul +INFO: localhost: Finished successful run in 2.42 seconds +VERBOSE: config: Total processing time for 1 host(s): 2.424041986465454 +** -vvv +VERBOSE: cdist: version 6.5.5-2-gd4059fd2 +DEBUG: inventory: Host 'localhost' not found, skipped +DEBUG: config: Base root path for target host "localhost" is "/tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79" +DEBUG: localhost: remote_exec for host "localhost": ssh -o User=root -o ControlPath=/tmp/tmppv2p77_1/s -o ControlMaster=auto -o ControlPersist=2h +DEBUG: localhost: remote_copy for host "localhost": scp -o User=root -q -o ControlPath=/tmp/tmppv2p77_1/s -o ControlMaster=auto -o ControlPersist=2h +DEBUG: localhost: address family: 0 +DEBUG: localhost: derived host_name for host "localhost": localhost +DEBUG: localhost: derived host_fqdn for host "localhost": localhost +DEBUG: localhost: target_host for host "localhost": ('localhost', 'localhost', 'localhost') +INFO: localhost: Starting configuration run +DEBUG: localhost: Checking conf_dir /usr/local/lib/python3.5/dist-packages/cdist/conf ... +DEBUG: localhost: Checking conf_dir /home/jafo/.cdist ... +DEBUG: localhost: Checking conf_dir /home/jafo/ungleich-learning-circle/youngjin.han/dot-cdist/ ... +VERBOSE: localhost: Running global explorers +DEBUG: localhost: Running global explorers sequentially +VERBOSE: localhost: Running initial manifest /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/manifest/init is NOT executable, running it with /bin/sh -e +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Preparing object __file/etc/cdist-configured +VERBOSE: localhost: Running manifest and explorers for __file/etc/cdist-configured +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/etc/cdist-configured +DEBUG: localhost: Generating code for __file/etc/cdist-configured +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-local is NOT executable, running it with /bin/sh -e +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-remote is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Preparing object __timezone/Asia/Seoul +VERBOSE: localhost: Running manifest and explorers for __timezone/Asia/Seoul +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__timezone/manifest for object __timezone/Asia/Seoul +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__timezone/manifest is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Preparing object __my_computer/ +VERBOSE: localhost: Running manifest and explorers for __my_computer/ +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/manifest for object __my_computer/ +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__my_computer/manifest is executable, running it +VERBOSE: localhost: Preparing object __motd/ +VERBOSE: localhost: Running manifest and explorers for __motd/ +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__motd/manifest for object __motd/ +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__motd/manifest is NOT executable, running it with /bin/sh -e +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Preparing object __apt_update_index/ +VERBOSE: localhost: Running manifest and explorers for __apt_update_index/ +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __apt_update_index/ +DEBUG: localhost: Generating code for __apt_update_index/ +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__apt_update_index/gencode-remote is NOT executable, running it with /bin/sh -e +INFO: localhost: Processing __apt_update_index/ +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/30_agenda_config.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/30_agenda_config.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/30_agenda_config.el +DEBUG: localhost: Generating code for __file/home/jafo/.emacs.d/30_agenda_config.el +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-local is NOT executable, running it with /bin/sh -e +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-remote is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/00_global_config.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/00_global_config.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/00_global_config.el +DEBUG: localhost: Generating code for __file/home/jafo/.emacs.d/00_global_config.el +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-local is NOT executable, running it with /bin/sh -e +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-remote is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/10_magit_config.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/10_magit_config.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/10_magit_config.el +DEBUG: localhost: Generating code for __file/home/jafo/.emacs.d/10_magit_config.el +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-local is NOT executable, running it with /bin/sh -e +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-remote is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/20_mu4e_config.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/20_mu4e_config.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/20_mu4e_config.el +DEBUG: localhost: Generating code for __file/home/jafo/.emacs.d/20_mu4e_config.el +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-local is NOT executable, running it with /bin/sh -e +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-remote is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/init.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/init.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/init.el +DEBUG: localhost: Generating code for __file/home/jafo/.emacs.d/init.el +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-local is NOT executable, running it with /bin/sh -e +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-remote is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/21_smtp_config.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/21_smtp_config.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/21_smtp_config.el +DEBUG: localhost: Generating code for __file/home/jafo/.emacs.d/21_smtp_config.el +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-local is NOT executable, running it with /bin/sh -e +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-remote is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Preparing object __file/home/jafo/.emacs.d/99_custom_config.el +VERBOSE: localhost: Running manifest and explorers for __file/home/jafo/.emacs.d/99_custom_config.el +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/home/jafo/.emacs.d/99_custom_config.el +DEBUG: localhost: Generating code for __file/home/jafo/.emacs.d/99_custom_config.el +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-local is NOT executable, running it with /bin/sh -e +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-remote is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Preparing object __file/etc/motd.tail +VERBOSE: localhost: Running manifest and explorers for __file/etc/motd.tail +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __file/etc/motd.tail +DEBUG: localhost: Generating code for __file/etc/motd.tail +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-local is NOT executable, running it with /bin/sh -e +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__file/gencode-remote is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Preparing object __directory/home/jafo/.emacs.d +VERBOSE: localhost: Running manifest and explorers for __directory/home/jafo/.emacs.d +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __directory/home/jafo/.emacs.d +DEBUG: localhost: Generating code for __directory/home/jafo/.emacs.d +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__directory/gencode-remote is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Preparing object __package/tzdata +VERBOSE: localhost: Running manifest and explorers for __package/tzdata +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running type manifest /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest for object __package/tzdata +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package/manifest is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Running object __my_computer/ +DEBUG: localhost: Generating code for __my_computer/ +VERBOSE: localhost: Running object __motd/ +DEBUG: localhost: Generating code for __motd/ +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__motd/gencode-remote is NOT executable, running it with /bin/sh -e +INFO: localhost: Processing __motd/ +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Preparing object __package_apt/tzdata +VERBOSE: localhost: Running manifest and explorers for __package_apt/tzdata +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __package_apt/tzdata +DEBUG: localhost: Generating code for __package_apt/tzdata +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__package_apt/gencode-remote is NOT executable, running it with /bin/sh -e +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Running object __package/tzdata +DEBUG: localhost: Generating code for __package/tzdata +DEBUG: localhost: Iteration in sequential mode +VERBOSE: localhost: Preparing object __link/etc/localtime +VERBOSE: localhost: Running manifest and explorers for __link/etc/localtime +VERBOSE: localhost: Running type explorers for +VERBOSE: localhost: Running object __link/etc/localtime +DEBUG: localhost: Generating code for __link/etc/localtime +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__link/gencode-remote is NOT executable, running it with /bin/sh -e +VERBOSE: localhost: Running object __timezone/Asia/Seoul +DEBUG: localhost: Generating code for __timezone/Asia/Seoul +DEBUG: localhost: /tmp/tmp4qn81ovh/421aa90e079fa326b6494f812ad13e79/data/conf/type/__timezone/gencode-remote is NOT executable, running it with /bin/sh -e +DEBUG: localhost: Iteration in sequential mode +DEBUG: localhost: Running cleanup commands +Exit request sent. +DEBUG: localhost: cache subpath: 421aa90e079fa326b6494f812ad13e79 +INFO: localhost: Finished successful run in 2.47 seconds +VERBOSE: config: Total processing time for 1 host(s): 2.4723527431488037 + diff --git a/youngjin.han/dot-cdist/manifest/init b/youngjin.han/dot-cdist/manifest/init new file mode 100644 index 0000000..1645f89 --- /dev/null +++ b/youngjin.han/dot-cdist/manifest/init @@ -0,0 +1,9 @@ +__file /etc/cdist-configured + +case "$__target_host" in + localhost) + __motd + __timezone Asia/Seoul + __my_computer + ;; +esac diff --git a/youngjin.han/dot-cdist/type/__my_computer/manifest b/youngjin.han/dot-cdist/type/__my_computer/manifest new file mode 100755 index 0000000..23f356a --- /dev/null +++ b/youngjin.han/dot-cdist/type/__my_computer/manifest @@ -0,0 +1,349 @@ +#!/bin/sh -e + +packages_to_install="zsh mosh emacs nmap sipcals" + +__apt_update_index +for package in $package_to_install; + do require="__apt_update_index" __package $package --state=present +done + +__require="__package/emacs" \ +__directory ~/.emacs.d + +__require="__package/emacs __directory/~/.emacs.d" \ +__file ~/.emacs.d/init.el \ +--owner root \ +--group root \ +--mode 0644 \ +--source - << EOF +;;; init.el --- GNU Emacs Configuration + +;; Copyright (C) 2014 Terencio Agozzino + +;; Author: Terencio Agozzino +;; Created: February 16, 2014 +;; Homepage: https://github.com/rememberYou/.emacs.d +;; Keywords: abbrev, convenience, faces, maint, outlines, vc + +;; This program is free software. You can redistribute it and/or modify it under +;; the terms of the Do What The Fuck You Want To Public License, version 2 as +;; published by Sam Hocevar. +;; +;; This program is distributed in the hope that it will be useful, but WITHOUT +;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +;; FOR A PARTICULAR PURPOSE. +;; +;; You should have received a copy of the Do What The Fuck You Want To Public +;; License along with this program. If not, see http://www.wtfpl.net/. + +;;; Commentary: + +;; Following lines build the configuration code out of the config.el file. + +;;; Code: + +;; Make startup faster by reducing the frequency of garbage +;; collection. +(setq gc-cons-threshold (* 50 1000 1000)) + +(require 'package) +(package-initialize) + +(if (file-exists-p (expand-file-name "00_global_config.el" user-emacs-directory)) + (load-file (expand-file-name "00_global_config.el" user-emacs-directory))) + +(if (file-exists-p (expand-file-name "10_magit_config.el" user-emacs-directory)) + (load-file (expand-file-name "10_magit_config.el" user-emacs-directory))) + +(if (file-exists-p (expand-file-name "20_mu4e_config.el" user-emacs-directory)) + (load-file (expand-file-name "20_mu4e_config.el" user-emacs-directory))) + +(if (file-exists-p (expand-file-name "21_smtp_config.el" user-emacs-directory)) + (load-file (expand-file-name "21_smtp_config.el" user-emacs-directory))) + +(if (file-exists-p (expand-file-name "30_agenda_config.el" user-emacs-directory)) + (load-file (expand-file-name "30_agenda_config.el" user-emacs-directory))) + +(if (file-exists-p (expand-file-name "99_custom_config.el" user-emacs-directory)) + (load-file (expand-file-name "99_custom_config.el" user-emacs-directory))) + +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(org-agenda-files + (quote + ("~/ungleich-learning-circle/youngjin.han/todo-node02-2020.org" "~/ungleich-learning-circle/youngjin.han/learning-node02-2020.org"))) + '(package-selected-packages (quote (zenburn-theme magit))) + '(xterm-mouse-mode t)) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. +) + +;; Make gc pauses faster by decreasing the threshold. +(setq gc-cons-threshold (* 2 1000 1000)) + +;;; init.el ends here +EOF + +__require="__package/emacs __directory/~/.emacs.d __file/~/.emacs.d/init.el" \ +__file ~/.emacs.d/00_global_config.el \ +--owner root \ +--group root \ +--mode 0644 \ +--source - << EOF +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +(package-initialize) + +;; load emacs 24's package system. Add MELPA repository. +(when (>= emacs-major-version 24) + (require 'package) + (add-to-list + 'package-archives + ;; '("melpa" . "http://stable.melpa.org/packages/") ; many packages won't show if using stable + '("melpa" . "http://melpa.milkbox.net/packages/") + ;; '("org" . "http://orgmode.org/elpa/") + t)) + +(setq auth-sources '("~/.authinfo.gpg" + "~/.authinfo")) + +(setq-default +;; ad-redefinition-action 'accept ; Silence warnings for redefinition +;; cursor-in-non-selected-windows t ; Hide the cursor in inactive windows +;; display-time-default-load-average nil ; Don't display load average +;; fill-column 80 ; Set width for automatic line breaks + help-window-select t ; Focus new help windows when opened + indent-tabs-mode nil ; Prefers spaces over tabs + inhibit-startup-screen t ; Disable start-up screen +;; initial-scratch-message "" ; Empty the initial *scratch* buffer +;; kill-ring-max 128 ; Maximum length of kill ring +;; load-prefer-newer t ; Prefers the newest version of a file +;; mark-ring-max 128 ; Maximum length of mark ring +;; scroll-conservatively most-positive-fixnum ; Always scroll by one line +;; select-enable-clipboard t ; Merge system's and Emacs' clipboard + tab-width 4 ; Set width for tabs +;; use-package-always-ensure t ; Avoid the :ensure keyword for each package +;; user-full-name "Terencio Agozzino" ; Set the full name of the current user +;; user-mail-address "terencio.agozzino@gmail.com" ; Set the email address of the current user + vc-follow-symlinks t ; Always follow the symlinks +;; view-read-only t ; Always open read-only buffers in view-mode +) +(cd "~/") ; Move to the user directory +(column-number-mode 1) ; Show the column number +(display-time-mode 1) ; Enable time in the mode-line +(fset 'yes-or-no-p 'y-or-n-p) ; Replace yes/no prompts with y/n +(global-hl-line-mode) ; Hightlight current line +;; (set-default-coding-systems 'utf-8) ; Default to utf-8 encoding +;; (show-paren-mode 1) ; Show the parent + +;; use variable-pitch fonts for some headings and titles +(setq zenburn-use-variable-pitch t) + +;; scale headings in org-mode +(setq zenburn-scale-org-headlines t) + +;; scale headings in outline-mode +(setq zenburn-scale-outline-headlines t) + +(setq zenburn-override-colors-alist + '(("zenburn-bg+05" . "#282828") + ("zenburn-bg+1" . "#2F2F2F") + ("zenburn-bg+2" . "#3F3F3F") + ("zenburn-bg+3" . "#4F4F4F"))) +(load-theme 'zenburn t) + +(set-face-attribute 'default nil :font "Source Code Pro Medium") +(set-fontset-font t 'latin "Noto Sans") +(set-frame-font "DejaVu Sans Mono-18" nil t) + +;;문법 강조를 활성화 +(global-font-lock-mode t) +(transient-mark-mode 1) + +(when window-system + (menu-bar-mode -1) ; Disable the menu bar + (scroll-bar-mode -1) ; Disable the scroll bar + (tool-bar-mode -1) ; Disable the tool bar + (tooltip-mode -1)) ; Disable the tooltips + +;; org-mode 설정 +;; org-mode 활성화 +(require 'org) + +;; org-mode를 .org로 끝나는 파일에서 활성화 +(add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) + +;; (global-set-key (kbd "") (lambda () (interactive) (find-file (concat "~/ungleich-learning-circle/youngjin.han/learning-"(system-name)"-"(substring (current-time-string) -4 nil)".org")))) +(global-set-key (kbd "") (lambda () (interactive) (find-file (concat "~/ungleich-learning-circle/youngjin.han/learning-"(system-name)"-"(format-time-string "%Y")".org")))) + +(setq org-directory (expand-file-name "~/ungleich-learning-circle/youngjin.han")) + +(use-package window + :ensure nil + :bind (("C-x 3" . hsplit-last-buffer) + ("C-x 2" . vsplit-last-buffer)) + :preface + (defun hsplit-last-buffer () + "Gives the focus to the last created horizontal window." + (interactive) + (split-window-horizontally) + (other-window 1)) + + (defun vsplit-last-buffer () + "Gives the focus to the last created vertical window." + (interactive) + (split-window-vertically) + (other-window 1))) +EOF + +__require="__package/emacs __directory/~/.emacs.d __file/~/.emacs.d/init.el" \ +__file ~/.emacs.d/10_magit_config.el \ +--owner root \ +--group root \ +--mode 0644 \ +--source - << EOF +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +(require 'magit) + +(global-set-key (kbd "C-x g") 'magit-status) +EOF + +__require="__package/emacs __directory/~/.emacs.d __file/~/.emacs.d/init.el" \ +__file ~/.emacs.d/20_mu4e_config.el \ +--owner root \ +--group root \ +--mode 0644 \ +--source - << EOF +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e") + +(require 'mu4e) + +;; location of my maildir +(setq mu4e-maildir (expand-file-name "~/.maildir/ungleich/youngjin.han@ungleich.ch/")) + +(setq mu4e-maildir-shortcuts + '( (:maildir "/Inbox" :key ?i) + (:maildir "/archive" :key ?a) + (:maildir "/drafts" :key ?d) + (:maildir "/sent" :key ?s) + (:maildir "/trash" :key ?t))) + +;; these are actually the defaults +(setq + mu4e-refile-folder "/archive" ;; saved messages + mu4e-drafts-folder "/drafts" ;; unfinished messages + mu4e-sent-folder "/sent" ;; folder for sent messages + mu4e-trash-folder "/trash") ;; trashed messages + +(setq + mu4e-index-cleanup nil ;; don't do a full cleanup check + mu4e-index-lazy-check t) ;; don't consider up-to-date dirs + +(setq + mu4e-get-mail-command "mbsync -a" ;; or fetchmail, or ... + mu4e-update-interval 300) ;; update every 5 minutes + +;; show images +(setq mu4e-show-images t) + +(setq mu4e-reply-to-address "youngjin.han@ungleich.ch" + user-mail-address "youngjin.han@ungleich.ch" + user-full-name "YOUNGJIN.HAN") + +;; spell check +(add-hook 'mu4e-compose-mode-hook + (defun my-do-compose-stuff () + "My settings for message composition." + (set-fill-column 72) + (flyspell-mode))) + +;;rename files when moving +;;NEEDED FOR MBSYNC +(setq mu4e-change-filenames-when-moving t) + +;;store org-mode links to messages +(require 'org-mu4e) + +(define-key mu4e-headers-mode-map (kbd "C-c c") 'mu4e-org-store-and-capture) +(define-key mu4e-view-mode-map (kbd "C-c c") 'mu4e-org-store-and-capture) + +(setq mu4e-headers-skip-duplicates nil) + +;;store link to message if in header view, not to header query +(setq org-mu4e-link-query-in-headers-mode nil) +EOF + +__require="__package/emacs __directory/~/.emacs.d __file/~/.emacs.d/init.el" \ +__file ~/.emacs.d/21_smtp_config.el \ +--owner root \ +--group root \ +--mode 0644 \ +--source - << EOF +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +(require 'smtpmail) + +;; smtp +(setq message-send-mail-function 'smtpmail-send-it + smtpmail-starttls-credentials + '(("smtp.ungleich.ch" 587 nil nil)) + smtpmail-default-smtp-server "smtp.ungleich.ch" + smtpmail-smtp-server "smtp.ungleich.ch" + smtpmail-smtp-service 587 + smtpmail-auth-credentials "~/.authinfo" + smtpmail-debug-info t) +EOF + +__require="__package/emacs __directory/~/.emacs.d __file/~/.emacs.d/init.el" \ +__file ~/.emacs.d/30_agenda_config.el \ +--owner root \ +--group root \ +--mode 0644 \ +--source - << EOF +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +(require 'org-agenda) + +(global-set-key (kbd "C-c a") 'org-agenda) + +(require 'org-capture) + +(setq org-capture-templates + '(("t" "todo" entry (file+headline (concat "~/ungleich-learning-circle/youngjin.han/todo-"(system-name)"-"(format-time-string "%Y")".org") "Tasks") + "* TODO [#A] %?\nSCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n%a\n"))) + +(global-set-key (kbd "") 'org-todo-list) + +(setq org-log-done 'time) +EOF + +__require="__package/emacs __directory/~/.emacs.d __file/~/.emacs.d/init.el" \ +__file ~/.emacs.d/99_custom_config.el \ +--owner root \ +--group root \ +--mode 0644 \ +--source - << EOF +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +EOF diff --git a/youngjin.han/dot-cdist/type/__my_computer/singleton b/youngjin.han/dot-cdist/type/__my_computer/singleton new file mode 100644 index 0000000..e69de29 diff --git a/youngjin.han/learning-node02-2020.org b/youngjin.han/learning-node02-2020.org index 0985a88..1fb6d2c 100644 --- a/youngjin.han/learning-node02-2020.org +++ b/youngjin.han/learning-node02-2020.org @@ -1,3 +1,79 @@ +* 2020-05-06 +** cdist #2: Your first cdist type +**** Lecture content +***** Objective +****** Begin to understand how cdist types function +***** Steps +****** DONE Create a new type named `__my_computer` + CLOSED: [2020-05-06 수 22:53] +******* DONE Mark the type as a singleton type + CLOSED: [2020-05-06 수 22:53] +******* DONE Create a `manifest` file in it + CLOSED: [2020-05-06 수 22:53] +******* DONE Use this type to install the following packages: zsh, mosh, emacs, nmap, sipcalc + CLOSED: [2020-05-06 수 22:53] +******* DONE Edit the *initial manifest* and use **__my_computer** for **localhost** + CLOSED: [2020-05-06 수 22:53] +******* DONE Match using the $__target_host variable + CLOSED: [2020-05-06 수 22:53] +****** DONE Modify your type to use a *for loop* to install the packages + CLOSED: [2020-05-06 수 22:53] +****** DONE Deploy / manage your ~/.emacs file in this type + CLOSED: [2020-05-06 수 22:53] +******* DONE Ensure that permissions and ownership are correct + CLOSED: [2020-05-06 수 22:53] +****** DONE Use different *verbosity* levels when configuring + CLOSED: [2020-05-06 수 22:54] +****** DONE Ensure that all your changes are committed and pushed in your ungleich-learning-circle repository + CLOSED: [2020-05-06 수 22:54] +******* DONE Use magit inside emacs for that + CLOSED: [2020-05-06 수 22:54] +***** DONE Documentation steps to be done in cdist.org + CLOSED: [2020-05-06 수 23:02] +****** DONE Create a new org document named `cdist.org` in the same folder as the learning.org file + CLOSED: [2020-05-06 수 23:02] +****** DONE Explain the difference between a singleton and non-singleton type + CLOSED: [2020-05-06 수 23:02] +****** DONE Explain the difference between the different verbosity levels + CLOSED: [2020-05-06 수 23:02] +****** Document (copy&paste) some of the cdist runs in a "log" section``` +* 2020-05-04 +*** cdist #1: Introduction +**** Lecture content +***** Objective +****** Begin to use cdist +***** Steps +****** DONE Checkout cdist quickstart https://www.cdi.st/manual/latest/cdist-quickstart.html + CLOSED: [2020-05-04 월 22:32] +****** DONE Install cdist locally + CLOSED: [2020-05-04 월 22:32] +****** DONE Create a new cdist configuration directory in ~/ungleich-learning-circle/USERNAME/dot-cdist + CLOSED: [2020-05-04 월 22:32] +****** DONE Create an empty initial manifest ("use touch") + CLOSED: [2020-05-04 월 22:32] +****** DONE Commit that status + CLOSED: [2020-05-04 월 22:37] +****** DONE Ensure that you can login as root to localhost via ssh without a password + CLOSED: [2020-05-04 월 22:37] +****** DONE Configure cdist to configures the motd of your localhost + CLOSED: [2020-05-05 화 00:42] +******* DONE Ensure you have a case block matching on $__target_host + CLOSED: [2020-05-05 화 00:21] +******* DONE Use the -c parameter to cdist to specify the configuration directory + CLOSED: [2020-05-04 월 23:58] +******* DONE Use the -vv parameter to get more verbose output + CLOSED: [2020-05-04 월 23:57] +******* DONE Search for / understand what MOTD stands for + CLOSED: [2020-05-05 화 00:41] +****** DONE Configure cdist to create the file /etc/cdist-configured + CLOSED: [2020-05-04 월 23:33] +****** DONE Configure cdist to setup the timezone on your local computer + CLOSED: [2020-05-04 월 23:33] +****** DONE Configure cdist to ensure emacs is installed + CLOSED: [2020-05-04 월 23:47] +****** DONE Ensure that in the end all changes are committed in your repository + CLOSED: [2020-05-05 화 00:42] +* 2020-05-01 *** Organisation #5: Emacs refresher **** Lecture content ***** Objective: get confident with emacs commands @@ -51,9 +127,91 @@ ******* DONE Document two very similar, but slightly different ways CLOSED: [2020-05-01 금 23:28] ******** C-x b is that the selected buffer is displayed on the focused window +******** C-x C-b is that all buffers is dispalayed on the new window ******** C-x 4 b is that the selected buffer is displayed on the new window ***** Outcome ****** DONE Document all above commands in your learning org sheet CLOSED: [2020-05-01 금 23:28] ****** DONE Share your documentation at the end of the session (not before) CLOSED: [2020-05-01 금 23:28] + +* 2020-04-29 +*** Organisation #4: Organising yourself +**** Lecture content +***** Objective: have a todo list based on org mode +***** Steps +****** Configure the "org-directory" to be ~/ungleich-learning-circle/USERNAME/ +******* This is important as it will be used by the todo function later +****** Extend your function from the organisation #1 session +******* Instead of opening a fixed file, we include two variable parts: +******** The hostname of the machine +******** The year +******* Pressing F3 should open ~/ungleich-learning-circle/USERNAME/learning-$(hostname)-$(year).org +******** we call this "your personal agenda" +****** Configure mu4e to create a org-mode tasks from an email +******* Store these tasks in ~/ungleich-learning-circle/USERNAME/todo.org +****** Configure emacs to open the "org-agenda" with "C-c a" +****** List all TODO entries +****** List the agenda of the day +****** List the agenda of the week +****** Bind F8 to open the "org-todo-list" +****** Create some sample tasks in it +***** From now on, maintaining tasks should be +****** Pressing F3 to open your personal "logfile" +****** Adding a TODO item +****** Pressing F8 to see the tasks with priorities +***** Bonus tasks +****** Configure mu4e to store org-mode tasks in .../todo-$(hostname)-$(year).org +* 2020-04-27 +*** Organisation #3: Managing your emails +**** Lecture content +***** Objective +****** Be able to manage all your mails in mu4e +***** Description +****** All email is synchronised using isync/mbsync +****** Email is indexed with mu (xapian backend) +****** Email is viewed in mu4e +****** All new emails arrive in the inbox +***** Steps +****** Install mu4e +****** Start mu4e in emacs +****** Configure mbsync for your ungleich mail account +******* Synchronise all mails into ~/Maildir/ungleich +******* This structure leaves room for other mail accounts, like ~/Maildir/gmail +****** Verify that mbsync synchronises the mail +****** Index mails using `mu` on the command line (only first time) +****** Configure mu4e to get email with mbsync -a +****** Configure mu4e to "archive" emails into ~/Maildir/ungleich/YEAR/ +******* This gives you a good performance / organisation for the next decades +****** Configure mu4e/emacs for sending emails +****** Send other participants an email via mu4e +****** Verify that it arrives +****** "Archive" it afterwards +* 2020-04-24 +*** Organisation #2: Creating, managing and sharing with "magit" +**** Lecture content +***** Install "magit" for emacs +***** Bind C-x g to open magit-status in ~/.emacs +***** Create a new directory ~/ungleich-learning-circle/ (with emacs) +****** Use C-h b in dired mode to find out how to +***** Create a sub directory ~/ungleich-learning-circle/YOURNAME/ (with emacs) +***** Move your previously created learning.org file into ~/ungleich-learning-circle/YOURNAME/ (with emacs) +***** Initialise it with git (with magit) +***** Create the repo "ungleich-learning-circle" on code.ungleich.ch under your username +***** Add your remote on code.ungleich.ch to your local git repo with magit +***** Push your repo +***** Add a new remote of a another participant +***** Move your ~/learning.org to ~/notes +***** Commit that file with magit +***** Push the repo with magit +***** Merging the remote repo with the command line +***** End result: everyone has everything of everyone else +* 2020-04-23 +*** Organisation #1: org-mode introduction +**** Lecture content +***** Install emacs +***** Install org-mode +***** Create a function that opens ~/learning.org in your ~/.emacs +***** Bind that function to "f3" (configure it in .emacs) +***** Create a new item named "2020-04-10" +****** Create a sub item "ungleich learning circle" diff --git a/youngjin.han/learnig.org b/youngjin.han/learning.org similarity index 100% rename from youngjin.han/learnig.org rename to youngjin.han/learning.org diff --git a/youngjin.han/todo-node02-2020.org b/youngjin.han/todo-node02-2020.org new file mode 100644 index 0000000..358960e --- /dev/null +++ b/youngjin.han/todo-node02-2020.org @@ -0,0 +1 @@ +* Mail TODO Tasks diff --git a/youngjin.han/todo.org b/youngjin.han/todo.org new file mode 100644 index 0000000..358960e --- /dev/null +++ b/youngjin.han/todo.org @@ -0,0 +1 @@ +* Mail TODO Tasks