Commit fc5889d
committed
Use Puppet version to determine collection in install_shell.sh
When a collection is not explicitly specified, determine the appropriate
collection based on the installed Puppet version rather than defaulting
to the generic 'puppet' collection. This ensures platforms like Ubuntu 24
use the correct version-specific package (e.g., puppet8-release) instead
of the generic package (puppet-release) which can cause failures.
Signed-off-by: Gavin Didrichsen <gavin.didrichsen@gmail.com>1 parent 22e07b9 commit fc5889d
1 file changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
124 | 141 | | |
125 | 142 | | |
126 | 143 | | |
| |||
0 commit comments