Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive not extracted #18

Open
oscar-vlugt opened this issue Sep 9, 2020 · 3 comments
Open

Archive not extracted #18

oscar-vlugt opened this issue Sep 9, 2020 · 3 comments

Comments

@oscar-vlugt
Copy link

oscar-vlugt commented Sep 9, 2020

Using CentOS 7, and using puppet/archive 4.6.0. Unable to get through this step when deploying my duo auth proxy.

Notice: /Stage[main]/Duo_authproxy::Install/Archive[/tmp/duoauthproxy-2.7.0-src.tgz]/creates: creates changed 'archive not extracted' to extracting in /tmp to create /opt/duoauthproxy/2.7.0 (corrective)

Notice: /Stage[main]/Duo_authproxy::Install/Exec[duoauthproxy-move]/returns: mv: cannot move ‘duoauthproxy-2.7.0-src’ to a subdirectory of itself, ‘duoauthproxy-2.7.0-src/duoauthproxy-2.7.0-src’

Error: 'mv duoauthproxy-2.7.0*-src duoauthproxy-2.7.0-src' returned 1 instead of one of [0]

Error: /Stage[main]/Duo_authproxy::Install/Exec[duoauthproxy-move]/returns: change from 'notrun' to ['0'] failed: 'mv duoauthproxy-2.7.0*-src duoauthproxy-2.7.0-src' returned 1 instead of one of [0] (corrective)

Notice: /Stage[main]/Duo_authproxy::Install/Exec[duoauthproxy-make]: Dependency Exec[duoauthproxy-move] has failures: true

Warning: /Stage[main]/Duo_authproxy::Install/Exec[duoauthproxy-make]: Skipping because of failed dependencies

Warning: /Stage[main]/Duo_authproxy::Install/Exec[duoauthproxy-install]: Skipping because of failed dependencies

Warning: /Stage[main]/Duo_authproxy::Install/Exec[duoauthproxy-tag]: Skipping because of failed dependencies

Info: Class[Duo_authproxy::Install]: Unscheduling all events on Class[Duo_authproxy::Install]

Warning: /Stage[main]/Duo_authproxy::Config/File[authproxy.cfg]: Skipping because of failed dependencies

Warning: /Stage[main]/Duo_authproxy::Service/Service[duoauthproxy]: Skipping because of failed dependencies

Am I missing a crucial thing?

@edestecd
Copy link
Member

edestecd commented Sep 9, 2020

@edestecd
Copy link
Member

edestecd commented Sep 9, 2020

They may have changed the naming. I think the folder in the archive used to have a build number where the * is and we wanted to remove that so it was predictable for us

@edestecd
Copy link
Member

edestecd commented Sep 9, 2020

mv is now unhappy that the source and destination are the same. We might try simply removing that mv or changing it slightly to make mv happy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants