view modules/python/examples/init.pp @ 272:c42fb28cff86

Update to a newer Python module This also pulls in an EPEL module (which we don't use) and a newer stdlib version.
author IBBoard <dev@ibboard.co.uk>
date Fri, 03 Jan 2020 19:56:04 +0000
parents
children adf6fe9bbc17
line wrap: on
line source

class { 'python':
  version    => 'system',
  dev        => true,
  virtualenv => true,
}