From c3c5fa4399836026ef6f803adb614d733cdab23e Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 16 Sep 2024 12:22:15 -0700 Subject: [PATCH] switch from camptocamp/augeas to puppet/augeas --- .fixtures.yml | 6 +++--- metadata.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 7262377..5884034 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -3,7 +3,7 @@ --- fixtures: forge_modules: - stdlib: puppetlabs/stdlib # dep of puppetlabs/concat - augeas: camptocamp/augeas - reboot: puppetlabs/reboot + augeas: puppet/augeas concat: puppetlabs/concat + reboot: puppetlabs/reboot + stdlib: puppetlabs/stdlib # dep of puppetlabs/concat diff --git a/metadata.json b/metadata.json index b1cc3fb..3241adb 100644 --- a/metadata.json +++ b/metadata.json @@ -7,8 +7,8 @@ "source": "https://github.com/lsst-it/puppet-pi", "dependencies": [ { - "name": "camptocamp/augeas", - "version_requirement": ">= 1.0.0 < 2.0.0" + "name": "puppet/augeas", + "version_requirement": ">= 2.0.0 < 3.0.0" }, { "name": "puppetlabs/reboot",