Skip to content

Commit

Permalink
Remove clean-nfs-rbind
Browse files Browse the repository at this point in the history
Unsure what it was solving originally, and it appears the service
never worked.
  • Loading branch information
cmd-ntrf committed Jul 28, 2023
1 parent 3795455 commit a419ad2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
10 changes: 0 additions & 10 deletions site/profile/files/nfs/clean-nfs-rbind.service

This file was deleted.

20 changes: 0 additions & 20 deletions site/profile/manifests/nfs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,6 @@
) {
$nfs_domain = "int.${domain_name}"

file { '/lib/systemd/system/clean-nfs-rbind.service':
mode => '0644',
owner => 'root',
group => 'root',
source => 'puppet:///modules/profile/nfs/clean-nfs-rbind.service',
}

exec { 'clean-nfs-rbind-systemd-reload':
command => 'systemctl daemon-reload',
path => ['/usr/bin', '/bin', '/usr/sbin'],
refreshonly => true,
require => File['/lib/systemd/system/clean-nfs-rbind.service'],
}

service { 'clean-nfs-rbind':
ensure => running,
enable => true,
require => Exec['clean-nfs-rbind-systemd-reload'],
}

$cidr = profile::getcidr()
class { 'nfs':
server_enabled => true,
Expand Down

0 comments on commit a419ad2

Please sign in to comment.