]> Frank Brehm's Git Trees - pixelpark/puppetmaster-webhooks.git/commitdiff
Changing default values
authorFrank Brehm <frank.brehm@pixelpark.com>
Fri, 20 Oct 2017 13:40:10 +0000 (15:40 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Fri, 20 Oct 2017 13:40:10 +0000 (15:40 +0200)
deploy.yaml
lib/webhooks/deploy.py

index c0d57969e1ebae4d72a3cddec624642345cc341d..6393d279857091c8cc277e89df31dc153373e6d4 100644 (file)
@@ -16,6 +16,7 @@ projects:
     name: 'hiera'
     parent_dir: '/etc/puppetlabs/code'
     branch: 'master'
+    workdir: 'hiera-data'
   postfix_config:
     namespace: 'ppadmin'
     name: 'postfix_config'
index 33fde3b928d4427b7b29ebbaf09e64bab869f0f2..879e3ad8796a8eff5839dc5d31377dfdfa966c01 100644 (file)
@@ -27,7 +27,7 @@ from webhooks.base_app import BaseHookApp
 __version__ = webhooks.__version__
 LOG = logging.getLogger(__name__)
 
-DEFAULT_PARENT_DIR = '/www/data'
+DEFAULT_PARENT_DIR = '/etc/puppetlabs/code/fileserver'
 
 
 # =============================================================================