Skip to content
Snippets Groups Projects
Verified Commit b9f7b2b2 authored by Louis Abel's avatar Louis Abel :tv:
Browse files

add amazon utilities

parent 354943d0
No related branches found
No related tags found
No related merge requests found
......@@ -104,3 +104,22 @@ package {
include_filter: "kernel-tools-libs-devel.x86_64"
}
}
package {
name: "amazon-efs-utils"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "cloud-common"
include_filter: "amazon-efs-utils.noarch"
}
}
package {
name: "amazon-ssm-agent"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "cloud-common"
include_filter: "amazon-ssm-agent.aarch64"
include_filter: "amazon-ssm-agent.ppc64le"
include_filter: "amazon-ssm-agent.s390x"
include_filter: "amazon-ssm-agent.x86_64"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment