meztez / plumberDeploy

Other
50 stars 12 forks source link

Reported by Dave Reynolds by email #36

Open meztez opened 2 years ago

meztez commented 2 years ago

Is the plumberDeploy package stable and actively managed? I don’t see activity in the past 13 months.

I tried the package. It provisioned a droplet for me, but also gave 7 warnings about deprecated commands (mostly related to Debian vs Ubuntu commands).

Warning messages:

1: 'analogsea::debian_add_swap' is deprecated.

Use 'ubuntu_add_swap' instead.

See help("Deprecated")

2: 'analogsea::debian_apt_get_install' is deprecated.

Use 'debian_apt_get_install' instead.

See help("Deprecated")

3: 'analogsea::debian_apt_get_update' is deprecated.

Use 'ubuntu_apt_get_update' instead.

See help("Deprecated")

4: 'analogsea::debian_install_r' is deprecated.

Use 'ubuntu_install_r' instead.

See help("Deprecated")

5: 'debian_apt_get_install' is deprecated.

Use 'debian_apt_get_install' instead.

See help("Deprecated")

6: 'analogsea::debian_apt_get_install' is deprecated.

Use 'debian_apt_get_install' instead.

See help("Deprecated")

7: 'analogsea::debian_apt_get_install' is deprecated.

Use 'debian_apt_get_install' instead.

See help("Deprecated")