diff --git a/Puppetfile b/Puppetfile index d61435ad7..716ca146f 100644 --- a/Puppetfile +++ b/Puppetfile @@ -218,3 +218,6 @@ mod 'redis', :git => 'https://github.com/voxpupuli/puppet-redis', :ref => 'v8.8.0' +mod 'systemd', + :git => 'https://github.com/voxpupuli/puppet-systemd', + :ref => 'v4.2.0' diff --git a/external_modules.txt b/external_modules.txt index 675f6bde9..56c42b2b9 100644 --- a/external_modules.txt +++ b/external_modules.txt @@ -17,3 +17,4 @@ voxpupuli/puppet-archive voxpupuli/puppet-corosync,v8.0.0 voxpupuli/puppet-ssh_keygen voxpupuli/puppet-redis +voxpupuli/puppet-systemd