summaryrefslogtreecommitdiff
path: root/manifests/itk_plus/lock.pp
blob: d540939d5ed9b029d4eabd040317bc1e7441468b (plain)
1
2
3
4
class apache::itk_plus::lock {
  # This file resource is used to ensure that only one itk mode is used per host
  file{'/var/www/.itk_mode_lock': ensure => absent }
}