-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Support multiple filesystems anywhere files can be specified #13971
Comments
Good suggestion! I agree that would be awfully handy. |
I too would like to be able to write a jdk8:
pkg:
- installed
- sources:
- jdk1.8.0_40: s3://ibrsp/depot/jdk8/jdk-8u40-linux-x64.rpm Of course, such a state currently results in errors similar to the following (posted here for the sake of others' web searches): [INFO ] Running state [jdk8] at time 19:03:21.571871
[INFO ] Executing state pkg.installed for jdk8
[INFO ] Executing command 'yum -q clean expire-cache' in directory '/root'
[INFO ] Executing command 'yum -q check-update ' in directory '/root'
[INFO ] Executing command 'rpm -qp --queryformat "\'%{NAME}_|-%{VERSION}_|-%{RELEASE}_|-%{ARCH}_|-none\'" s3://ibrsp/depot/jdk8/jdk-8u40-linux-x64.rpm' in directory '/root'
[INFO ] Executing command 'yum -y install s3://ibrsp/depot/jdk8/jdk-8u40-linux-x64.rpm' in directory '/root'
[ERROR ] Command 'yum -y install s3://ibrsp/depot/jdk8/jdk-8u40-linux-x64.rpm' failed with return code: 1
[ERROR ] output: Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.heanet.ie
* epel: ftp.heanet.ie
* epel-debuginfo: ftp.heanet.ie
* epel-source: ftp.heanet.ie
* extras: ftp.heanet.ie
* nux-dextop: mirror.li.nux.ro
* updates: ftp.heanet.ie
No package s3://ibrsp/depot/jdk8/jdk-8u40-linux-x64.rpm available.
Error: Nothing to do |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
2 similar comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Please reopen |
Turned out to be reasonably easy, I think... #53462 |
Hurrah! PR was merged! |
Current some modules support multiple filesystems, like http, ftp, s3, etc.. It would be really awesome if this support was available everywhere. For instance, it would be really awesome to be able to call state.template on an S3 URL, or to be able to provide an S3 URL to pkg.installed in the sources section.
The text was updated successfully, but these errors were encountered: