Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

alpine 3.5 support: small mod needed #20

@raarts

Description

@raarts

Hi,

I create a vagrant box for alpine 3.5 using your template, found that two more lines are needed, nfs_client.rb needs to look like this:

            comm.sudo('apk update')
            comm.sudo('apk add --upgrade nfs-utils')
            comm.sudo('rc-update add rpcbind')
            comm.sudo('rc-service rpcbind start')
            comm.sudo('rc-update add rpc.statd')
            comm.sudo('rc-service rpc.statd start')

so two lines for rpcbind needed to be added.My first exposure to Ruby, but this worked. Could not find out how to detect alpine version number to make this only apply to alpine 3.5, but anyway.

Thanks for this plugin and the boxes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions