diff options
author | Thomas Backlund <tmb@mageia.org> | 2021-11-28 12:26:04 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2021-11-28 12:26:04 +0200 |
commit | aad179bea08d99affe7fdcf00fdad8e840f87bf2 (patch) | |
tree | 5eea7cb29e90e2730cea0da6ec41176c5a927717 /modules | |
parent | cf58aa6384f644c70fdcbca5ee2bc8e832e7d9fc (diff) | |
download | puppet-aad179bea08d99affe7fdcf00fdad8e840f87bf2.tar puppet-aad179bea08d99affe7fdcf00fdad8e840f87bf2.tar.gz puppet-aad179bea08d99affe7fdcf00fdad8e840f87bf2.tar.bz2 puppet-aad179bea08d99affe7fdcf00fdad8e840f87bf2.tar.xz puppet-aad179bea08d99affe7fdcf00fdad8e840f87bf2.zip |
hardlink is now in util-linux
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/manifests/release.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/release.pp b/modules/buildsystem/manifests/release.pp index 485096f7..d9feac8e 100644 --- a/modules/buildsystem/manifests/release.pp +++ b/modules/buildsystem/manifests/release.pp @@ -2,6 +2,4 @@ class buildsystem::release { git::snapshot { '/root/release': source => "git://git.${::domain}/software/infrastructure/release", } - - package { 'hardlink': } } |