Skip to content

Commit 549416e

Browse files
committed
Moved dependencies to metadata.json, capped concat version
The concat 2.0.x line was deleted, causing all sorts of bugs for librarian-puppet, so this sets a limit in place against that line of code as a workaround.
1 parent 39d632d commit 549416e

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Puppetfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

metadata.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
"project_page": "https://github.com/tedivm/puppet-rsnapshot",
99
"issues_url": "https://github.com/tedivm/puppet-rsnapshot/issues",
1010
"dependencies": [
11-
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0",
12-
"name":"puppetlabs-concat","version_requirement":">= 1.0.0"}
11+
{"name":"puppetlabs-stdlib"},
12+
{"name":"puppetlabs-concat","version_requirement":"< 2.0.0"},
13+
{"name":"jtopjian/sshkeys"},
14+
{"name":"saz/sudo"}
1315
]
1416
}
1517

0 commit comments

Comments
 (0)