From 816531cbb38745605f9c0f551b800b4ae0666990 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 21 Jun 2016 15:43:26 +0200 Subject: [PATCH] sirona-aem - korrektur Pfade --- customer/sirona-aem/common.yaml | 14 +++++++------- customer/sirona-aem/development.yaml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/customer/sirona-aem/common.yaml b/customer/sirona-aem/common.yaml index d01c5d5c..06f04347 100644 --- a/customer/sirona-aem/common.yaml +++ b/customer/sirona-aem/common.yaml @@ -27,12 +27,12 @@ sudo::configs: aem: priority: "05" content: | - Cmnd_Alias START_PUBLISH = /bin/systemctl start publish - Cmnd_Alias START_AUTHOR = /bin/systemctl start author - Cmnd_Alias START_PUPPET = /bin/systemctl start puppet - Cmnd_Alias STOP_PUBLISH = /bin/systemctl stop publish - Cmnd_Alias STOP_AUTHOR = /bin/systemctl stop author - Cmnd_Alias STOP_PUPPET = /bin/systemctl stop puppet + Cmnd_Alias START_PUBLISH = /usr/bin/systemctl start publish + Cmnd_Alias START_AUTHOR = /usr/bin/systemctl start author + Cmnd_Alias START_PUPPET = /usr/bin/systemctl start puppet + Cmnd_Alias STOP_PUBLISH = /usr/bin/systemctl stop publish + Cmnd_Alias STOP_AUTHOR = /usr/bin/systemctl stop author + Cmnd_Alias STOP_PUPPET = /usr/bin/systemctl stop puppet Cmnd_Alias BACKUP = /usr/local/sbin/zfs_rotation.sh* aem ALL=(ALL) NOPASSWD:START_PUBLISH, START_AUTHOR, START_PUPPET, STOP_PUBLISH, STOP_AUTHOR, STOP_PUPPET, BACKUP @@ -55,7 +55,7 @@ site::profile::aem::author::install_options: # Compaction & Backup for Author site::profile::aem::author::oak_version: '1.2.7' -site::profile::aem::author::backup_command: 'sudo -n "/usr/local/sbin/zfs_rotation.sh datapool 2592000"' +site::profile::aem::author::backup_command: '/usr/bin/sudo -n "/usr/local/sbin/zfs_rotation.sh datapool 2592000"' # # Publisher diff --git a/customer/sirona-aem/development.yaml b/customer/sirona-aem/development.yaml index 700b21e4..bdb4503a 100644 --- a/customer/sirona-aem/development.yaml +++ b/customer/sirona-aem/development.yaml @@ -25,8 +25,8 @@ site::profile::aem::author::admin_pass: ENC[PKCS7,MIIBiQYJKoZIhvcNAQcDoIIBejCCAX site::profile::aem::publish::admin_pass: ENC[PKCS7,MIIBiQYJKoZIhvcNAQcDoIIBejCCAXYCAQAxggEhMIIBHQIBADAFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAOKhSfFIfN8mZcECz51jikjjA3S9Yp62wZ/fH2NtZTDaF/AaVT0GJnPlMjEDg22DQfbogNkEkWoTOUcFuUUCjJSttYVgxA4UK4GTiaUBUQJT6C0sUpgGW0bWtGZA7zmzAPlMuqqXt4vv2eUMjrYhPJs/f/WSOwxHnl8wKrFRrRBDgo15XGEsWjlm+qwGGWqiHtAe8q5SYDWHyQAKZ0R8CsPd3BiAEfwcRMepnog01LT4hu9ztTrHhtCop82XDbPfSzTzo9Z+opIZjEVujDKHyZs3L8hoynJlHz6P0y0t5wlwHvUqTCHwOmpvHK45IjXXL6mQQ6hwiJXjbD3Ck2tusiDBMBgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBAFGpMUn+PP3ewHIgoYMJc4gCC+1vUDN/0UcTr1ucit7zVO7iUIKjeQ7eHgqc1jOShtPw==] # Compaction & Backup -site::profile::aem::author::backup_command: '/bin/touch /opt/adobe/tools/backup_run' -site::profile::aem::publish::backup_command: '/bin/touch /opt/adobe/tools/backup_run' +site::profile::aem::author::backup_command: '/usr/bin/touch /opt/adobe/tools/backup_run' +site::profile::aem::publish::backup_command: '/usr/bin/touch /opt/adobe/tools/backup_run' aem::maven::mirrors: - {id: pixelpark-nexus, url: 'https://nexus.pixelpark.com/content/groups/public/', mirrorof: '*,!pixelpark-nexus'} -- 2.39.5