Commit 4f32162bf4d3d51bcc1bc59e6f47a5f26aefacdc

Authored by Sergio Oliveira
1 parent 59e21b51

Created lock directory for colab scripts

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
puppet/modules/colab/manifests/cronmailman.pp
@@ -3,4 +3,9 @@ class colab::cronmailman { @@ -3,4 +3,9 @@ class colab::cronmailman {
3 content => template('colab/import_mailman_messages.erb'), 3 content => template('colab/import_mailman_messages.erb'),
4 ensure => present, 4 ensure => present,
5 } 5 }
  6 +
  7 + file { '/var/lock/colab':
  8 + ensure => directory,
  9 + owner => 'colab',
  10 + }
6 } 11 }