This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Ensure pct install
scaffolds into the correct folder structure
#181
Labels
enhancement
New feature or request
Comments
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Aug 31, 2021
Prior to this commit, templates were installed to the templates directory under their id. This change sees that templates are installed to a namespaced path using the data contained in `pct-config.yml` i.e. author/id/version e.g. puppetlabs/puppet-module-base/1.0.0 This allows for users to customise a template and share under their own namespace. It also allows for the retention of different versions of an installed template.
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Aug 31, 2021
Prior to this commit, templates were installed to the templates directory under their id. This change sees that templates are installed to a namespaced path using the data contained in `pct-config.yml` i.e. author/id/version e.g. puppetlabs/puppet-module-base/1.0.0 This allows for users to customise a template and share under their own namespace. It also allows for the retention of different versions of an installed template.
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Aug 31, 2021
Prior to this commit, templates were installed to the templates directory under their id. This change sees that templates are installed to a namespaced path using the data contained in `pct-config.yml`
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 1, 2021
Prior to this commit, templates were installed to the templates directory under their id. This change sees that templates are installed to a namespaced path using the data contained in `pct-config.yml`
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 1, 2021
Prior to this commit, templates were installed to the templates directory under their id. This change sees that templates are installed to a namespaced path using the data contained in `pct-config.yml`
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 1, 2021
Prior to this commit, templates were installed to the templates directory under their id. This change sees that templates are installed to a namespaced path using the data contained in `pct-config.yml`
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 2, 2021
Prior to this commit, templates were installed to the templates directory under their id. This change sees that templates are installed to a namespaced path using the data contained in `pct-config.yml`
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 2, 2021
This flag enables a template that already existing in the templatepath to be overwritten.
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 2, 2021
This flag enables a template that already existing in the templatepath to be overwritten.
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 2, 2021
This flag enables a template that already existing in the templatepath to be overwritten.
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 2, 2021
This flag enables a template that already existing in the templatepath to be overwritten.
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 2, 2021
This flag enables a template that already existing in the templatepath to be overwritten.
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 3, 2021
This flag enables a template that already existing in the templatepath to be overwritten.
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 3, 2021
This flag enables a template that already existing in the templatepath to be overwritten.
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 3, 2021
This flag enables a template that already existing in the templatepath to be overwritten.
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 3, 2021
This flag enables a template that already existing in the templatepath to be overwritten.
da-ar
added a commit
to da-ar/pdkgo
that referenced
this issue
Sep 3, 2021
This flag enables a template that already existing in the templatepath to be overwritten.
michaeltlombardi
added a commit
that referenced
this issue
Sep 7, 2021
(GH-181) `pct install` to namespaced location
sanfrancrisko
pushed a commit
that referenced
this issue
Sep 8, 2021
…yout (GH-182) Find templates in new install folder structure
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When installing a Puppet Content Template, the install command should parse the pct-config for that template and place the template into the following folder structure:
author/id/version/...
, whereauthor
,id
, andversion
are pulled from the config file and the contents are placed in theversion
folder.Acceptance Criteria
author
,id
, andversion
keys, it errors--force
to override--force
flag is specified, it overwrites the existing template files with a debug messageThe text was updated successfully, but these errors were encountered: