From dd28dcf3d620a4ac7d0a1532b812213cf094cd3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 12 Jan 2022 02:26:25 +0100 Subject: Revert "Move webdav into profiles." It actually reverts the non-need for the nginx module webdav_ext. Since Omnifocus requires PROPFIND. This reverts commit edf6ffe8b399679ba28cc5e558a6838919dd1ee8. --- run | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 run (limited to 'run') diff --git a/run b/run deleted file mode 100755 index 789d1b6..0000000 --- a/run +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -# Needed on ubuntu, since this path is not set for root -# Arch installs puppet in /usr/bin/puppet. -export PATH="/opt/puppetlabs/bin/:$PATH" - -osid=$(awk -F= '/^ID=/ { print $2 }' /etc/os-release) - -# This is the WRONG way to do it, but it sholud work for now -case $osid in - ubuntu) - modpath=/etc/puppetlabs/code/environments/production/modules - ;; - arch) - modpath=/etc/puppetlabs/code/modules/ - ;; -esac - -set -x - -sudo env PATH="/opt/puppetlabs/bin/:$PATH" \ - puppet apply \ - --modulepath="$PWD/modules:${modpath}" \ - manifests \ - --verbose \ - "$@" -- cgit v1.2.3