diff options
Diffstat (limited to 'manifests/subsystems/fstab.pp')
| -rw-r--r-- | manifests/subsystems/fstab.pp | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/manifests/subsystems/fstab.pp b/manifests/subsystems/fstab.pp deleted file mode 100644 index c6f2ecd..0000000 --- a/manifests/subsystems/fstab.pp +++ /dev/null @@ -1,15 +0,0 @@ -class fstab( -  $type, -  $manage = hiera('nodo::fstab::manage', false) -) { -  if $manage == true { -    file { "/etc/fstab": -      source  => "puppet:///modules/nodo/etc/fstab/${type}", -      owner   => "root", -      group   => "root", -      mode    => 0644, -      ensure  => present, -      notify  => Exec['update-initramfs'], -    } -  } -} | 
