puppetlabs / bolt-vanagon

Apache License 2.0
2 stars 30 forks source link

(PA_2757) Temporarily pin python for 32bit debian 8 #110

Closed donoghuc closed 5 years ago

donoghuc commented 5 years ago

This commit works around https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1685477.html , revert once upstream provider release a fix.

donoghuc commented 5 years ago
cas@cas-ThinkPad-T460p:~/working_dir/bolt-vanagon$ bundle exec build puppet-bolt debian-8-i386
cas@cas-ThinkPad-T460p:~/working_dir/bolt-vanagon$ ssh m6ajkygfyaeqk9g.delivery.puppetlabs.net

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@m6ajkygfyaeqk9g:~# ls
puppet-bolt_1.24.0.5.gf3c1789-1jessie_i386.deb
root@m6ajkygfyaeqk9g:~# dpkg -i puppet-bolt_1.24.0.5.gf3c1789-1jessie_i386.deb 
Selecting previously unselected package puppet-bolt.
(Reading database ... 47575 files and directories currently installed.)
Preparing to unpack puppet-bolt_1.24.0.5.gf3c1789-1jessie_i386.deb ...
Unpacking puppet-bolt (1.24.0.5.gf3c1789-1jessie) ...
Setting up puppet-bolt (1.24.0.5.gf3c1789-1jessie) ...
root@m6ajkygfyaeqk9g:~# bolt task show
facts                    Gather system facts
package                  Manage and inspect the state of packages
puppet_agent::install    Install the Puppet agent package
puppet_agent::version    Get the version of the Puppet agent package installed. Returns nothing if none present.
puppet_conf              Inspect puppet agent configuration settings
reboot                   Reboots a machine
reboot::last_boot_time   Gets the last boot time of a Linux or Windows system
service                  Manage and inspect the state of services

MODULEPATH:
/root/.puppetlabs/bolt/modules:/root/.puppetlabs/bolt/site-modules:/root/.puppetlabs/bolt/site

Use `bolt task show <task-name>` to view details and parameters for a specific task.