From 4f32162bf4d3d51bcc1bc59e6f47a5f26aefacdc Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 17 Sep 2014 13:28:46 -0300 Subject: [PATCH] Created lock directory for colab scripts --- puppet/modules/colab/manifests/cronmailman.pp | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/puppet/modules/colab/manifests/cronmailman.pp b/puppet/modules/colab/manifests/cronmailman.pp index 7819bb5..be0a8e3 100644 --- a/puppet/modules/colab/manifests/cronmailman.pp +++ b/puppet/modules/colab/manifests/cronmailman.pp @@ -3,4 +3,9 @@ class colab::cronmailman { content => template('colab/import_mailman_messages.erb'), ensure => present, } + + file { '/var/lock/colab': + ensure => directory, + owner => 'colab', + } } -- libgit2 0.21.2