From: Peter Palfrader Date: Tue, 29 Oct 2019 15:01:52 +0000 (+0100) Subject: Remove -> in prosody profile to get rid of dependency cycle X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=56a9fedb6bdd65c182e0d9b33472abcff5641158 Remove -> in prosody profile to get rid of dependency cycle --- diff --git a/modules/profile/manifests/prosody.pp b/modules/profile/manifests/prosody.pp index 65ec2debd..ecfb39b21 100644 --- a/modules/profile/manifests/prosody.pp +++ b/modules/profile/manifests/prosody.pp @@ -34,7 +34,7 @@ class profile::prosody { ], } - -> prosody::virtualhost { + prosody::virtualhost { 'debian.org': ensure => present, ssl_key => '/etc/ssl/private/debian.org.key', @@ -47,7 +47,7 @@ class profile::prosody { } } - -> posix_acl { '/etc/prosody/prosody.cfg.lua': + posix_acl { '/etc/prosody/prosody.cfg.lua': action => exact, recursive => false, provider => posixacl, @@ -61,7 +61,7 @@ class profile::prosody { ], } - -> posix_acl { '/etc/prosody/conf.avail/debian.org.cfg.lua': + posix_acl { '/etc/prosody/conf.avail/debian.org.cfg.lua': action => exact, recursive => false, provider => posixacl,