Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postfix: fix stage path #568

Merged
merged 10 commits into from
Mar 20, 2024
Merged

postfix: fix stage path #568

merged 10 commits into from
Mar 20, 2024

Commits on Mar 19, 2024

  1. postfix: fix stage path

    - provision/*: replace many '|| exit' with 'set -e'
    - *: git-lite -> git-tiny
    - base: configure dma if available, skip ssmtp
    - base: added assure_jail_nic, add devfs to fstab
    - base: add TOASTER_BASE_PKGS, so a config options installs packages in the base jail
    - dcc: add PF rdr and allow rules
    - dns: create dns/control
    - dovecot & mongo: add sysvipc to START_EXTRA
    - editor: move vim config into include/editor
    - editor: added TOASTER_EDITOR setting
    - elastic: add post_configure()
    - elastic: config stage to work
    - elastic: check for dir before create
    - elastic: install beats *after* testing ES & kibana
    - elastic: kibana registration hoop jumping
    - es: set correct kibana rc name
    - haproxy: add pf allow rules
    - host: direct error handling in plumb_nic
    - host: quieter hosts
    - mongo: set local db and config *after* testing
    - mongo: check for CPU with AVX support
    - mta stuff into include/mta (sendmail, dma, ssmtp)
      - added TOASTER_BASE_MTA setting
      - host: use include/mta
    - mt: remove lesser known / deprecated opts
    - mt: use safe name for jails .conf file
    - mt: more error handling
    - mt: inline pfrule.sh
    - mt: added jail_is_running
    - mt: overwrite pfrule.sh (not append)
    - nagios: allow raw sockets
    - postfix: use port installed newaliases cmd
    - rsnapshot: move * outside of quotes so glob works
    - shell: in profile, add ll and jexecl
    - tinydns: refactor djb installers into include/djb
    - unifi: install v8
    - unifi: v8 wants openjdk17
    - vpopmail: switch back to port build
    - vpopmail: install gmake port sooner
    - vpopmail: get random pass w/o special shell chars
    msimerson committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    da037e4 View commit details
    Browse the repository at this point in the history
  2. dovecot: test fix

    msimerson committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4ff50b1 View commit details
    Browse the repository at this point in the history
  3. add bats tests

    msimerson committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2ecd762 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    879f64f View commit details
    Browse the repository at this point in the history
  5. add bats tests

    msimerson committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7b8a896 View commit details
    Browse the repository at this point in the history
  6. add vmactions/freebsd

    msimerson committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0785298 View commit details
    Browse the repository at this point in the history
  7. skip freebsd

    msimerson committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8fb3cff View commit details
    Browse the repository at this point in the history
  8. a few more bats tests

    msimerson committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e185b13 View commit details
    Browse the repository at this point in the history
  9. use assert_success

    msimerson committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    76eebb3 View commit details
    Browse the repository at this point in the history
  10. revert exit

    msimerson committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8b074d2 View commit details
    Browse the repository at this point in the history