cdist/cdist/conf/type
Daniel Heule 0bdd590344 readd the use of echo in my explorers
this is nessessary for
 remove blanks in output (strip)
 catch exit codes of zypper (for example if no repo is defined at all)
2019-01-22 13:30:06 +01:00
..
__acl __acl: fix os explorer 2018-06-11 11:21:07 +03:00
__apt_default_release Add __apt_default_release type (#643) 2018-03-05 12:40:11 +01:00
__apt_key Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__apt_key_uri Explorer pipes output of apt-key list, which always generates: 2017-08-25 14:31:32 +02:00
__apt_mark +x 2017-07-03 15:18:27 +03:00
__apt_norecommends Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__apt_ppa Fix problems found by sellcheck in type explorers. 2018-10-07 19:41:44 +02:00
__apt_source Add nonparallel marker for __apt_source type. 2018-08-30 20:22:51 +02:00
__apt_update_index Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__block Remove unused variables (almost, found bugs?) 2018-10-04 19:22:28 +02:00
__ccollect_source Merge pull request #696 from thriqon/shellcheck-party-SC2086 2018-10-05 10:26:53 +02:00
__cdist Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__cdistmarker Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__chroot_mount Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__chroot_umount Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__config_file fix SC2045 (use globs instead of `ls`) 2018-10-04 16:01:45 +02:00
__consul [CONSUL] add newest versions 2018-10-12 11:42:42 +02:00
__consul_agent update for debian version 9 2018-12-12 01:40:39 +09:00
__consul_check fix SC2045 (use globs instead of `ls`) 2018-10-04 16:01:45 +02:00
__consul_reload Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__consul_service fix SC2045 (use globs instead of `ls`) 2018-10-04 16:01:45 +02:00
__consul_template Improve quoting. 2018-10-10 12:52:50 +02:00
__consul_template_template Fix SC2030,SC2031. 2018-10-06 08:36:06 +02:00
__consul_watch_checks fix SC2045 (use globs instead of `ls`) 2018-10-04 16:01:45 +02:00
__consul_watch_event fix SC2045 (use globs instead of `ls`) 2018-10-04 16:01:45 +02:00
__consul_watch_key fix SC2045 (use globs instead of `ls`) 2018-10-04 16:01:45 +02:00
__consul_watch_keyprefix fix SC2045 (use globs instead of `ls`) 2018-10-04 16:01:45 +02:00
__consul_watch_nodes fix SC2045 (use globs instead of `ls`) 2018-10-04 16:01:45 +02:00
__consul_watch_service fix SC2045 (use globs instead of `ls`) 2018-10-04 16:01:45 +02:00
__consul_watch_services fix SC2045 (use globs instead of `ls`) 2018-10-04 16:01:45 +02:00
__cron Better fixes. 2018-10-07 10:22:11 +02:00
__daemontools Improve shell code. 2018-10-10 12:43:39 +02:00
__daemontools_service Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
__debconf_set_selections Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__directory Unquote $recursive to support empty-case 2018-10-04 19:45:26 +02:00
__docker Remove usage of CDIST_ORDER_DEPENDENCY 2018-12-13 13:26:40 +01:00
__docker_compose Disable SC2016 check. 2018-10-05 10:32:38 +02:00
__docker_config __docker_config: Fix config-data explorer 2018-05-04 16:42:47 +02:00
__docker_secret __docker_secret: Set executable flag on scripts 2018-05-04 16:47:09 +02:00
__docker_stack __docker_stack: Use --with-registry-auth deploy option 2018-04-29 13:05:50 +02:00
__docker_swarm Fix spelling errors in manpages 2018-03-19 15:16:37 +01:00
__dog_vdi Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__dot_file Fix SC2230. 2018-10-05 12:27:43 +02:00
__file Merge pull request #696 from thriqon/shellcheck-party-SC2086 2018-10-05 10:26:53 +02:00
__filesystem Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__firewalld_rule Merge pull request #696 from thriqon/shellcheck-party-SC2086 2018-10-05 10:26:53 +02:00
__firewalld_start Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__git Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
__go_get Fix problems found by sellcheck in type explorers. 2018-10-07 19:41:44 +02:00
__golang_from_vendor Disable SC2016 check. 2018-10-05 10:32:38 +02:00
__grafana_dashboard Fix remaining shellcheck problems. 2018-10-07 10:22:11 +02:00
__group Fix __group type failing with --gid 2018-11-18 01:30:40 +01:00
__hostname Fix post-shellcheck bug. 2018-10-24 18:26:33 +02:00
__hosts Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__install_bootloader_grub Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
__install_chroot_mount add forgotten symlink 2017-07-07 02:10:06 +02:00
__install_chroot_umount make uefi boot work 2017-06-27 10:32:25 +02:00
__install_config Fix after shellcheck. 2018-10-10 12:43:39 +02:00
__install_coreos Fix SC1117. 2018-10-07 10:22:11 +02:00
__install_directory add __install_directory type 2017-06-27 10:33:34 +02:00
__install_file Update docs for types that used man.rst as symbolic links. 2016-12-16 08:19:41 +01:00
__install_fstab Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__install_generate_fstab Fix SC2044. 2018-10-05 13:05:01 +02:00
__install_mkfs Remove unused variables (almost, found bugs?) 2018-10-04 19:22:28 +02:00
__install_mount Fix SC2044. 2018-10-05 13:05:01 +02:00
__install_partition_msdos Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__install_partition_msdos_apply shellcheck on /files/ scripts. 2018-10-10 12:43:39 +02:00
__install_reboot Drop unused options parameter in __install_reboot 2018-10-04 19:22:28 +02:00
__install_reset_disk Fix SC1117. 2018-10-07 10:22:11 +02:00
__install_stage Fix sphinx warnings. 2018-03-15 18:01:23 +01:00
__install_umount Fix __install_umount target parameter 2018-10-04 19:22:28 +02:00
__iptables_apply Rule should be split. 2018-10-10 15:01:03 +02:00
__iptables_rule Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__issue Allow filling __issue from stdin 2018-01-31 12:53:50 +00:00
__jail Fix remaining shellcheck problems. 2018-10-07 10:22:11 +02:00
__jail_freebsd9 Fix problems found by sellcheck in type explorers. 2018-10-07 19:41:44 +02:00
__jail_freebsd10 Fix problems found by sellcheck in type explorers. 2018-10-07 19:41:44 +02:00
__key_value shellcheck on /files/ scripts. 2018-10-10 12:43:39 +02:00
__keyboard Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__letsencrypt_cert Fix remaining shellcheck problems. 2018-10-07 10:22:11 +02:00
__line Fix SC2166 on all manfest/gencode/explorers 2018-10-01 22:13:24 +02:00
__link Determine source_is only if destination is symlink. 2018-11-02 14:35:06 +01:00
__locale Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__locale_system Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__motd Allow __motd to read from stdin 2018-01-31 12:53:50 +00:00
__mount Fix remaining shellcheck problems. 2018-10-07 10:22:11 +02:00
__mysql_database Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__package Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
__package_apt Change backslash-dquote to single quote 2018-10-04 19:45:26 +02:00
__package_dpkg `dpkg {-r|-P}` needs the package-, not the filename 2018-02-21 15:01:08 +01:00
__package_emerge [type/__package_emerge] Send error messages to stderr 2018-12-14 15:54:54 +01:00
__package_emerge_dependencies [type/__package_emerge_dependendencies] Send messages when a dependency is installed 2018-12-07 16:55:49 +01:00
__package_luarocks [type/__package_*] Print installed/removed messages 2018-12-07 16:53:21 +01:00
__package_opkg [type/__package_*] Print installed/removed messages 2018-12-07 16:53:21 +01:00
__package_pacman [type/__package_*] Print installed/removed messages 2018-12-07 16:53:21 +01:00
__package_pip [type/__package_*] Print installed/removed messages 2018-12-07 16:53:21 +01:00
__package_pkg_freebsd [type/__package_*] Print installed/removed messages 2018-12-07 16:53:21 +01:00
__package_pkg_openbsd Remove unused explorer 2018-12-21 22:23:41 +01:00
__package_pkgng_freebsd [type/__package_*] Print installed/removed messages 2018-12-07 16:53:21 +01:00
__package_rubygem [type/__package_*] Print installed/removed messages 2018-12-07 16:53:21 +01:00
__package_update_index Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
__package_upgrade_all Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
__package_yum [type/__package_*] Print installed/removed messages 2018-12-07 16:53:21 +01:00
__package_zypper [type/__package_*] Print installed/removed messages 2018-12-07 16:53:21 +01:00
__pacman_conf Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
__pacman_conf_integrate Merge pull request #696 from thriqon/shellcheck-party-SC2086 2018-10-05 10:26:53 +02:00
__pf_apply Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
__pf_ruleset Fix SC2154. Note: ignoring __<name> vars. 2018-10-07 10:22:11 +02:00
__ping type: Add new type __ping 2018-11-26 20:37:43 +01:00
__postfix Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__postfix_master Fix remaining shellcheck problems. 2018-10-07 10:22:11 +02:00
__postfix_postconf Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__postfix_postmap Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__postfix_reload Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__postgres_database Improve OpenBSD support (#720) 2018-11-03 19:17:56 +01:00
__postgres_extension Improve OpenBSD support (#720) 2018-11-03 19:17:56 +01:00
__postgres_role [__postgres_role] Revert parts of a34060d703 2018-12-05 16:51:37 +01:00
__process Fix remaining shellcheck problems. 2018-10-07 10:22:11 +02:00
__prometheus_alertmanager Fix remaining shellcheck problems. 2018-10-07 10:22:11 +02:00
__prometheus_exporter Fix remaining shellcheck problems. 2018-10-07 10:22:11 +02:00
__prometheus_server Fix remaining shellcheck problems. 2018-10-07 10:22:11 +02:00
__pyvenv Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
__qemu_img Merge pull request #696 from thriqon/shellcheck-party-SC2086 2018-10-05 10:26:53 +02:00
__rbenv Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__rsync Fix SC2162. 2018-10-05 12:50:01 +02:00
__rvm Fix SC1117. 2018-10-07 10:22:11 +02:00
__rvm_gem Remove unused variables (almost, found bugs?) 2018-10-04 19:22:28 +02:00
__rvm_gemset Disable SC2016 check. 2018-10-05 10:32:38 +02:00
__rvm_ruby Remove unused variables (almost, found bugs?) 2018-10-04 19:22:28 +02:00
__ssh_authorized_key Improve OpenBSD support (#720) 2018-11-03 19:17:56 +01:00
__ssh_authorized_keys Fix remaining shellcheck problems. 2018-10-07 10:22:11 +02:00
__ssh_dot_ssh Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__staged_file Fix SC1117. 2018-10-07 10:22:11 +02:00
__start_on_boot Add missing ;; in case item. 2018-11-03 19:21:20 +01:00
__sysctl [type/__sysctl] Group entries 2018-12-14 14:12:33 +01:00
__systemd_unit __systemd_unit: add support for masking units 2018-07-11 16:22:36 +02:00
__timezone Improve OpenBSD support (#720) 2018-11-03 19:17:56 +01:00
__update_alternatives Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
__user fix [SC1117] (explicitly excaping `\n`) 2018-10-12 14:05:38 +02:00
__user_groups __user_groups: Support OpenBSD 2017-08-27 08:58:16 -04:00
__yum_repo shellcheck on /files/ scripts. 2018-10-10 12:43:39 +02:00
__zypper_repo readd the use of echo in my explorers 2019-01-22 13:30:06 +01:00
__zypper_service readd the use of echo in my explorers 2019-01-22 13:30:06 +01:00