summaryrefslogtreecommitdiff
path: root/manifests/itk/lock.pp
blob: 4ad95fafcf2fd42204849871574828797a5e9d99 (plain)
1
2
3
4
class apache::itk::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 }
}