]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
TODO: composer package
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 16 Dec 2015 12:01:43 +0000 (10:01 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 16 Dec 2015 12:01:43 +0000 (10:01 -0200)
manifests/composer.pp

index 29325f5a5ad306b50ee606179b38d64c20b22354..e33894fccdfa190dd4e2e12386923bdb4e66f138 100644 (file)
@@ -1,4 +1,9 @@
 class php::composer {
+  # TODO: future
+  package { 'composer':
+    ensure  => absent,
+  }
+
   # Composer
   exec { 'getcomposer':
     command => '/usr/bin/wget -O - https://getcomposer.org/installer | /usr/bin/php && /bin/mv composer.phar /usr/local/bin/composer',