Skip to content

Instantly share code, notes, and snippets.

@kbarber
Created May 8, 2014 10:48
Show Gist options
  • Save kbarber/27a7e060b5ae7f942ece to your computer and use it in GitHub Desktop.
Save kbarber/27a7e060b5ae7f942ece to your computer and use it in GitHub Desktop.
root@localhost:/etc/default# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
puppetdb
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 21.7 MB of archives.
After this operation, 434 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://apt.puppetlabs.com/ precise/main puppetdb all 2.0.0-1puppetlabs1 [21.7 MB]
Fetched 21.7 MB in 20s (1,047 kB/s)
(Reading database ... 88721 files and directories currently installed.)
Preparing to replace puppetdb 1.6.3-1puppetlabs1 (using .../puppetdb_2.0.0-1puppetlabs1_all.deb) ...
Unpacking replacement puppetdb ...
Processing triggers for ureadahead ...
Setting up puppetdb (2.0.0-1puppetlabs1) ...
Installing new version of config file /etc/init.d/puppetdb ...
Configuration file `/etc/default/puppetdb'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** puppetdb (Y/I/N/O/D/Z) [default=N] ? D
Configuration file `/etc/default/puppetdb'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** puppetdb (Y/I/N/O/D/Z) [default=N] ? Y
Installing new version of config file /etc/default/puppetdb ...
Configuration file `/etc/puppetdb/conf.d/config.ini'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** config.ini (Y/I/N/O/D/Z) [default=N] ? Y
Installing new version of config file /etc/puppetdb/conf.d/config.ini ...
PEM files in /etc/puppetdb/ssl already exists, checking integrity.
Warning: Setting ssl-host in /etc/puppetdb/conf.d/jetty.ini should be 0.0.0.0. This can be remedied with /usr/lib/puppetdb/puppetdb-ssl-setup -f.
Setting ssl-port in /etc/puppetdb/conf.d/jetty.ini already correct.
Setting ssl-key in /etc/puppetdb/conf.d/jetty.ini already correct.
Setting ssl-cert in /etc/puppetdb/conf.d/jetty.ini already correct.
Setting ssl-ca-cert in /etc/puppetdb/conf.d/jetty.ini already correct.
root@localhost:/etc/default#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment